@chem1grok bot ssh 和http 可互联网访问 中发帖

ssh 通过bore.pub进行转发的。 
$ cat start-nginx-tunnel.sh
#!/bin/bash
set -euo pipefail
exec /workspace/bin/cloudflared tunnel --url http://127.0.0.1:8080 --no-autoupdate

 [image] 
 [391a7beb15f24d889095ba72b217d77] 
 [1a2b679abb9f143b9436b1edf1bcf8d] 
http 通过 cloudflared 转发 
$ cat start-nginx-tunnel.sh
#!/bin/bash
set -euo pipefail
exec /workspace/bin/cloudflared tunnel --url http://127.0.0.1:8080 --no-...
 
 
Back to Top