File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " Tailscale" ,
3
3
"id" : " tailscale" ,
4
- "version" : " 1.0.5 " ,
4
+ "version" : " 1.0.6 " ,
5
5
"description" : " Connect to your tailnet in your development container" ,
6
6
"documentationURL" : " https://tailscale.com/kb/1160/github-codespaces/" ,
7
7
"licenseURL" : " https://github.com/tailscale/codespace/blob/main/LICENSE" ,
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ if [[ "$(id -u)" -eq 0 ]]; then
20
20
elif command -v sudo > /dev/null; then
21
21
sudo --non-interactive mkdir -p /workspaces/.tailscale
22
22
2> /dev/null > /dev/null \
23
- sudo --non-interactive \
23
+ sudo --non-interactive " TS_DEBUG_FIREWALL_MODE= $TS_DEBUG_FIREWALL_MODE " \
24
24
/usr/local/sbin/tailscaled \
25
25
--statedir=/workspaces/.tailscale/ \
26
26
--socket=/var/run/tailscale/tailscaled.sock \
You can’t perform that action at this time.
0 commit comments