eycorsican / go-tun2socks

A tun2socks implementation written in Go.
MIT License
1.3k stars 432 forks source link

It seems v2ray.com/core import path is broken #51

Closed notedit closed 5 years ago

notedit commented 5 years ago

https fetch failed: Get https://v2ray.com/core/app/proxyman/inbound?go-get=1: x509: certificate is valid for *.gridserver.com, gridserver.com, not v2ray.com build github.com/eycorsican/go-tun2socks-ios/go-tun2socks/cmd/tun2socks: cannot find module for path v2ray.com/core

go get github.com/v2ray/v2ray-core works fine.

eycorsican commented 5 years ago

V2ray.com is blocked by THE FIREWALL, I guess you need a proxy to get the source.

notedit commented 5 years ago

I already have a proxy, I can visite v2ray.com.

eycorsican commented 5 years ago

Your browser may be able to access v2ray.com, but your command line utilities perhaps not...

notedit commented 5 years ago

I use a global proxy. I am sure i can visite v2ray.com in command line. It is strange.