使用ssh实现内网穿透

  1. ssh -f -N -n -T -C -R *:8080:localhost:80 user@vps ssh指令教程
  2. apache/nginx 做端口转发