|
|
|
|
@ -53,15 +53,7 @@ bash <(wget -qO- https://raw.githubusercontent.com/fscarmen/argox/main/argox.sh) |
|
|
|
|
|
|
|
|
|
## Argo Json 的获取 |
|
|
|
|
|
|
|
|
|
详细教程: [使用Cloudflare Argo Tunnel快速免公网IP建站](https://blog.zapic.moe/archives/tutorial-176.html) |
|
|
|
|
|
|
|
|
|
<img width="1532" alt="image" src="https://user-images.githubusercontent.com/62703343/219655506-13a6d716-ea9a-4955-801d-142ae20f3380.png"> |
|
|
|
|
|
|
|
|
|
<img width="1222" alt="image" src="https://user-images.githubusercontent.com/62703343/219655817-de05191b-47d2-4da1-8f4f-457240d200dd.png"> |
|
|
|
|
|
|
|
|
|
<img width="1068" alt="image" src="https://user-images.githubusercontent.com/62703343/219657489-f811c374-beb7-48d3-975c-706d94bf0dce.png"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
以 Debian 为例,需要用到的命令,[官方安装教程](https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/install-and-setup/installation) |
|
|
|
|
``` |
|
|
|
|
wget -O cloudflared.deb https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64.deb # 下载安装包 |
|
|
|
|
dpkg -i cloudflared.deb && rm -f cloudflared.deb # 安装并删除安装包 |
|
|
|
|
@ -71,6 +63,13 @@ dpkg -i cloudflared.deb && rm -f cloudflared.deb # 安装并删除安装包 |
|
|
|
|
cat /root/.cloudflared/你生成的json文件 |
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
详细教程: [使用Cloudflare Argo Tunnel快速免公网IP建站](https://blog.zapic.moe/archives/tutorial-176.html) |
|
|
|
|
|
|
|
|
|
<img width="1532" alt="image" src="https://user-images.githubusercontent.com/62703343/219655506-13a6d716-ea9a-4955-801d-142ae20f3380.png"> |
|
|
|
|
|
|
|
|
|
<img width="1222" alt="image" src="https://user-images.githubusercontent.com/62703343/219655817-de05191b-47d2-4da1-8f4f-457240d200dd.png"> |
|
|
|
|
|
|
|
|
|
<img width="1068" alt="image" src="https://user-images.githubusercontent.com/62703343/219657489-f811c374-beb7-48d3-975c-706d94bf0dce.png"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## 鸣谢下列作者的文章和项目: |
|
|
|
|
|