forked from coder/coder
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdebug.golden.html
More file actions
62 lines (59 loc) · 1.39 KB
/
Copy pathdebug.golden.html
File metadata and controls
62 lines (59 loc) · 1.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<style>
th, td {
padding-top: 6px;
padding-bottom: 6px;
padding-left: 10px;
padding-right: 10px;
text-align: left;
}
tr {
border-bottom: 1px solid #ddd;
}
</style>
</head>
<body>
<h1>in-memory wireguard coordinator debug</h1>
<h2 id=peers> <a href=#peers>#</a> peers: total 2 </h2>
<table>
<tr style="margin-top:4px">
<th>Name</th>
<th>ID</th>
<th>Created Age</th>
<th>Last Write Age</th>
<th>Overwrites</th>
<th>Node</th>
</tr>
<tr style="margin-top:4px">
<td>Peer 1</td>
<td>01000000-2222-2222-2222-222222222222</td>
<td>1m27s</td>
<td>5s ago</td>
<td>0</td>
<td style="white-space: pre;"><code>id:1 preferred_derp:999 endpoints:"192.168.0.49:4449"</code></td>
</tr>
<tr style="margin-top:4px">
<td>Peer 2</td>
<td>02000000-2222-2222-2222-222222222222</td>
<td>1h0m0s</td>
<td>7s ago</td>
<td>2</td>
<td style="white-space: pre;"><code>id:2 preferred_derp:999 endpoints:"192.168.0.33:4449"</code></td>
</tr>
</table>
<h2 id=tunnels><a href=#tunnels>#</a> tunnels: total 1</h2>
<table>
<tr style="margin-top:4px">
<th>SrcID</th>
<th>DstID</th>
</tr>
<tr style="margin-top:4px">
<td>01000000-2222-2222-2222-222222222222</td>
<td>02000000-2222-2222-2222-222222222222</td>
</tr>
</table>
</body>
</html>