Goproxy-Always-Available
Goproxy-Always-Available copied to clipboard
编译相关问题
release页面的goproxy_linux_mips-r1625.tar.gz 并不能在路由器mipsel环境中运行。 遂自己动手编译 go build 之后提示没有 boringssl 自己手动git clone 一个boringssl 到 $gopath 之后又提示 local import "./curve25519" in non-local package 遂手动将所有路径改对,然后疯狂弹出 httpproxy/helpers/dialer2.go:278:33: unknown field 'RequestConnectionIDTruncation' in struct literal of type quic.Config httpproxy/helpers/dialer2.go:295:36: unknown field 'RequestConnectionIDTruncation' in struct literal of type quic.Config httpproxy/helpers/dialer2.go:303:36: unknown field 'RequestConnectionIDTruncation' in struct literal of type quic.Config httpproxy/helpers/tlsversion.go:36:25: undefined: tls.VersionTLS13Draft18
_/root/pandor
累觉不爱
不支持编译mipsle mipsle64的,如果尝试其它编译请看这里https://github.com/goproxy0/goproxy/issues/22
当然也有可能从mipsle那边获得源头上的支持,不过想想都是个大工程了~~