slrp icon indicating copy to clipboard operation
slrp copied to clipboard

Curl command in ReadMe no works

Open Roboxkin opened this issue 1 year ago • 3 comments

Curl command in ReadMe no works

Curl -D - -x http://127.0.0.1:8090 -k http://httpbin.org/get curl: (7) Failed to connect to 127.0.0.1 port 8090 after 2028 ms: Couldn't connect to server

Roboxkin avatar Sep 17 '23 02:09 Roboxkin

Https should work

nfx avatar Sep 20 '23 23:09 nfx

this no work `F:\slrp>go run main.go go: downloading github.com/klauspost/compress v1.16.5 package command-line-arguments imports github.com/nfx/slrp/dialer imports golang.zx2c4.com/wireguard/tun/netstack imports gvisor.dev/gvisor/pkg/bufferv2 imports gvisor.dev/gvisor/pkg/atomicbitops imports gvisor.dev/gvisor/pkg/state imports gvisor.dev/gvisor/pkg/state/wire imports gvisor.dev/gvisor/pkg/gohacks: build constraints exclude all Go files in C:\Users\user\go\pkg\mod\gvisor.dev\[email protected]\pkg\gohacks C:\Users\user\go\pkg\mod\github.com\klauspost\[email protected]\gunzip.go:26:2: github.com/klauspost/[email protected]: reading https://proxy.golang.org/github.com/klauspost/compress/@v/v1.16.5.zip: 403 Forbidden

F:\slrp>curl -D - -x https://127.0.0.1:8090 -k https://httpbin.org/get curl: (4) Unsupported proxy 'https://127.0.0.1:8090', libcurl is built without the HTTPS-proxy support.

F:\slrp>curl -D - -x http://127.0.0.1:8090 -k https://httpbin.org/get curl: (7) Failed to connect to 127.0.0.1 port 8090 after 2049 ms: Connection refused`

Roboxkin avatar Sep 21 '23 03:09 Roboxkin

@Roboxkin Will look into it

nfx avatar Oct 22 '23 17:10 nfx