File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,11 @@ replace github.com/dlclark/regexp2 => github.com/dlclark/regexp2 v1.7.0
38
38
// https://github.com/tailscale/tailscale/compare/main...coder:tailscale:main
39
39
replace tailscale.com => github.com/coder/tailscale v1.1.1-0.20230803194128-b940c19ca61b
40
40
41
+ // This is replaced to include a fix that causes a deadlock when closing the
42
+ // wireguard network.
43
+ // The branch used is from https://github.com/coder/wireguard-go/tree/colin/tailscale
44
+ // It is based on https://github.com/tailscale/wireguard-go/tree/tailscale, but
45
+ // includes the upstream fix https://github.com/WireGuard/wireguard-go/commit/b7cd547315bed421a648d0a0f1ee5a0fc1b1151e
41
46
replace github.com/tailscale/wireguard-go => github.com/coder/wireguard-go v0.0.0-20230807234434-d825b45ccbf5
42
47
43
48
// Use our tempfork of gvisor that includes a fix for TCP connection stalls:
You can’t perform that action at this time.
0 commit comments