Ngrok
3921 단어 자질구레하다
아리운 렌즈 스냅샷
ngrok_from_lwen_x
서버 측
/usr/local/src/ngrok
NGROK_DOMAIN=ngrok.bxxxx.top
bin/ngrokd -domain="$NGROK_DOMAIN" -httpAddr=":80"
감청 포트는 80입니다컴파일 클라이언트
cd /usr/local/src/ngrok
GOOS=windows GOARCH=386
win36: GOOS=windows GOARCH=amd64
osX: GOOS=darwin GOARCH=amd64
.win32:
GOOS=windows GOARCH=386 make release-client
win36: GOOS=windows GOARCH=amd64 make release-client
osX: GOOS=darwin GOARCH=amd64 make release-client
/usr/local/src/ngrok/bin
클라이언트 실행
/usr/local/src/ngrok/bin
ngrok.exe
server_addr: "ngrok.bxxxx.top:443"
trust_host_root_certs: false
ngrok -config=ngrok.cfg -subdomain=mike 80
서버 구축
cd /usr/local/src/
git clone https://github.com/inconshreveable/ngrok.git
export GOPATH=/usr/local/src/ngrok/
export NGROK_DOMAIN="ngrok.bxxxx.top"
cd ngrok
openssl genrsa -out rootCA.key 2048
openssl req -x509 -new -nodes -key rootCA.key -subj "/CN=$NGROK_DOMAIN" -days 5000 -out rootCA.pem
openssl genrsa -out device.key 2048
openssl req -new -key device.key -subj "/CN=$NGROK_DOMAIN" -out device.csr
openssl x509 -req -in device.csr -CA rootCA.pem -CAkey rootCA.key -CAcreateserial -out device.crt -days 5000
cp rootCA.pem assets/client/tls/ngrokroot.crt
cp device.crt assets/server/tls/snakeoil.crt
cp device.key assets/server/tls/snakeoil.key
GOOS=linux GOARCH=386
make clean
make release-server
도메인 이름 구성
도메인 이름은 다음과 같은 범용 해석을 설정해야 합니다. $NGROK_DOMAIN에 해당하는 도메인 이름은'ngrok'입니다.bxxxx.'top'은 도메인 이름 해석에 추가해야 합니다'*.ngrok.bxxxx.top’