- Notifications
You must be signed in to change notification settings - Fork924
Commitba48069
authored
chore: implement CoderVPN client & tunnel (#15612)
Addresses#14734.This PR wires up `tunnel.go` to a `tailnet.Conn` via the new `/tailnet` endpoint, with all the necessary controllers such that a VPN connection can be started, stopped and inspected via the CoderVPN protocol.1 parentb5b0a0e commitba48069
File tree
14 files changed
+1431
-157
lines changed- cli
- codersdk/wsjson
- tailnet
- vpn
- dylib
14 files changed
+1431
-157
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
60 | 60 |
| |
61 | 61 |
| |
62 | 62 |
| |
63 |
| - | |
| 63 | + | |
64 | 64 |
| |
65 | 65 |
| |
66 | 66 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
| 30 | + | |
30 | 31 |
| |
31 | 32 |
| |
32 | 33 |
| |
|
Lines changed: 17 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| 17 | + | |
17 | 18 |
| |
18 | 19 |
| |
19 | 20 |
| |
| |||
113 | 114 |
| |
114 | 115 |
| |
115 | 116 |
| |
| 117 | + | |
| 118 | + | |
116 | 119 |
| |
117 | 120 |
| |
118 | 121 |
| |
| |||
143 | 146 |
| |
144 | 147 |
| |
145 | 148 |
| |
| 149 | + | |
| 150 | + | |
146 | 151 |
| |
147 | 152 |
| |
148 | 153 |
| |
| |||
187 | 192 |
| |
188 | 193 |
| |
189 | 194 |
| |
| 195 | + | |
190 | 196 |
| |
191 | 197 |
| |
192 | 198 |
| |
| |||
197 | 203 |
| |
198 | 204 |
| |
199 | 205 |
| |
200 |
| - | |
201 |
| - | |
202 |
| - | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
203 | 211 |
| |
204 | 212 |
| |
| 213 | + | |
205 | 214 |
| |
206 | 215 |
| |
207 | 216 |
| |
| |||
244 | 253 |
| |
245 | 254 |
| |
246 | 255 |
| |
247 |
| - | |
248 |
| - | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
249 | 261 |
| |
250 |
| - | |
251 |
| - | |
252 | 262 |
| |
253 | 263 |
| |
254 | 264 |
| |
|
0 commit comments
Comments
(0)