outline-go-tun2socks
outline-go-tun2socks copied to clipboard
I'm pretty sure this is related to https://github.com/Jigsaw-Code/outline-client/issues/882 and https://github.com/Jigsaw-Code/outline-client/issues/1476. When testing the Outline VPN Android client (v1.10.0), I encountered the same logcat output from the linked issues when transitioning...
When I run `make linux`, I see the following: ``` + go build '--ldflags= -s -w -X main.version=v1.16.11' -o /build/electron-linux-amd64 ./ Cleaning up build environment... INFO: Completed! mv /home/bemasc/outline-go-tun2socks/build/linux/electron-linux-amd64 /home/bemasc/outline-go-tun2socks/build/linux/tun2socks...
This may address some issues with UDP. Fixes https://github.com/Jigsaw-Code/outline-go-tun2socks/issues/109.
In this PR, I exposed `checkConnectivity` as a library function to be used by Outline Client electron app. Related PR: https://github.com/Jigsaw-Code/outline-client/pull/1555
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...