xs23933

Results 11 comments of xs23933

```shell R:0.0.0.0:1234:192.168.2.1:80 connect A 1234 => 192.168.2.1:80 ```

```go flags.StringVar(&config.Proxy, "backend", "", "") ``` just use proxy connect

chmod +x {some path}/inspector.app/Contents/MacOS/inspector cmd /{some path}/inspector.app/Contents/MacOS/inspector

or you try download. js new version Inspector https://github.com/c-smile/sciter-js-sdk

sciter-x-video-api.h is c++ syntax so it is difficult I modified the file name sciter-x-video-api.hpp and include it But the compiler still prompts error: unknown type name 'namespace'

add scider-x-video.h use c style but how to call library member method , i can't ```c #ifndef __SCITER_X_VIDEO__ #define __SCITER_X_VIDEO__ #include typedef struct video_source { SBOOL SCFN( play )(); SBOOL...

for MacOS my Plan Install CEO compilation tools ` brew install FiloSottile/musl-cross/musl-cross ` Build ` CGO_ENABLED=1 GOOS=linux GOARCH=amd64 CC=x86_64-linux-musl-gcc CXX=x86_64-linux-musl-g++ CGO_LDFLAGS="-static" go build -a -ldflags "-s -w" -o ./dist/server ....

[ERROR] configure: error: python is missing or unusable