1. 下载项目 https://git.i-school.net:8032/platform/cdn-bootstrap
[Service] Type=simple LimitNOFILE=8192 DynamicUser=yes Group=nogroup WorkingDirectory=/usr/local/cdn-bootstrap ExecStart=/usr/bin/python3 /usr/local/cdn-bootstrap/httptunnelserver.py -l 0.0.0.0:8013 -e jumpserver,47.104.230.93,22 -e https,116.62.181.117,443 -e amqps,116.62.181.117,5671 KillMode=control-group Restart=always RestartSec=1
[Install] WantedBy=multi-user.target END sudo systemctl enable –now cdnhttptunnel.service