Commit 78d20087 authored by wang's avatar wang

cronet

parent 99846a9c
......@@ -3,6 +3,6 @@ apt update
apt install libnss3-dev
apt install libglib2.0-dev
#cd /root/src/js && npm i && nohup /usr/local/bin/node --expose-gc --max-old-space-size=256 cursor_mock.js > 1.log 2>&1 &
export set CGO_CFLAGS="-I/home/opt/tls-forward/cronet/include"
export set CGO_LDFLAGS="-Wl,-rpath,/home/opt/tls-forward/cronet -L/home/opt/tls-forward/cronet -lcronet"
export set CGO_CFLAGS="-I/home/opt/cronet-forward/cronet/include"
export set CGO_LDFLAGS="-Wl,-rpath,/home/opt/cronet-forward/cronet -L/home/opt/cronet-forward/cronet -lcronet"
cd /home/opt/tls-forward/ && go run main.go
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment