lotus compile and install terminal agent

lotus compile and install terminal agent

1, lotus compiler installation terminal agent

  • go Agent
export GO111MODULE=on
export GOPROXY=https://goproxy.cn
  • Terminal socks5 proxy (using the Trojan)
export http_proxy="socks5://127.0.0.1:1080"
export https_proxy="socks5://127.0.0.1:1080"

reference:

  1. go get use socks5 proxy dependent libraries
Published 646 original articles · won praise 179 · Views 1.15 million +

Guess you like

Origin blog.csdn.net/u010953692/article/details/104733045