解决openwrt使用cloudflared service install安装服务无法使用的问题 openwrt使用cloudflared安装服务的时候会有兼容性问题,问题出现在/etc/init.d/目录下的服务脚本,默认使用的是SysVinit,而cloudflared使用的是procd。所以我们需要修改服务脚本,将其改为procd的格式。**SysVinit** 是许多早期 Linux 发行版使用的传统初始...
只要确保用在 Cloudflare 的 web GUI 中创建通道时生成的实际令牌替换“ yourtoken”并保存更改即可。 最后,确保启用了新的 Cloudflred init.d 服务并以下列方式启动: /etc/init.d/cloudflared enable /etc/init.d/cloudflared start 如果一切顺利,云状二进制文件应该在你的设备上运行: ps | grep cloudflared ...
### 步骤二:创建Cloudflare账户并获取API令牌 在你的浏览器中打开Cloudflare官方网站,注册并登录你的账户。在账户设置中找到API令牌,复制或记下API令牌,后续将会用到。 ### 步骤三:配置OpenWrt路由器上的DDNS服务 在OpenWrt路由器的Web界面上,进入`Services` -> `Dynamic DNS`,点击`Add`按钮进行新的DDNS服务配置。
执行命令下载运行包 curl-L--output cloudflared-linux-arm https://github.com/cloudflare/cloudflared/releases/download/2024.4.1/cloudflared-linux-arm 根据官方提供的选择即可https://github.com/cloudflare/cloudflared/releases 执行命令 chmod+x cloudflared-linux-arm mv cloudflared-linux-arm/usr/bin/cloudfl...
定位到了好几个文件源码 也找到了官方的源码 首先用cloudflare的邮箱作为账户,密码是用全局key的那个,而不是那个只能看一次的key,我这测试了好多次才发现问题. 然后我这里是桥接网络,因此我写了一个脚本 touch xx.sh nano xx.sh chmod 777 xx.sh
raspberry-piopenwrtcloudflareargozero-trustcloudflare-ddnsopenwrt-cloudflare-ddnscloudflaredargo-tunnelcloudflare-argocloudflare-argo-tunnelcloudflare-zero-trustopenwrt-cloudflaredopenwrt-argo-tunnel UpdatedApr 5, 2023 Shell Improve this page Add a description, image, and links to theopenwrt-cloudflare-ddns...
OpenWRT 中运行Cloudflared(Zero Trust)实现内网穿透访问局域网任意设备 8947 -- 10:49 App zerotier内网穿透教程+openwrt好用到飞 585 -- 0:39 App openwrt FRP穿透访问 1.1万 5 7:15 App 自建的免费frp内网穿透服务,快来白嫖吧 2855 -- 11:00 App 技术篇:FRP内网穿透WEBDAV服务器在外网访问家里...
域名查询zones https://api.cloudflare.com/client/v4/zones?name=根域名 问题的原因是我要更新子域名记录,但是查询zones我测试api发现是必须通过根域名查询的否则找不到, 首先根域名查询到zones id https://api.cloudflare.com/client/v4/zones?name=xxx.top...
因为某些原因,需要用到某些特方法链接到家里的电脑上,但是没有ddns的话,动态ip很出现很麻烦的事情。 所以我打算利用openwrt进行cloudflare的DDNS功能。...一、安装插件 首先,让我们连接到openwrt的ssh。...如果你没有DDNS插件的话,输入以下命令回车进行安装 opkg upd
1、在CloudFlare上,添加一条动态域名记录,这里使用了一个二级域名,IPv4地址输入临时地址(客户端配置好动态域名程序后会自动更新地址),关闭代理选项,点击保存。 2、在OpenWrt上,转到服务>DDNS-GO,启用DDNS-GO服务。 浏览器输入LAN IP:9876地址打开DDNS-GO设置页面,设置参数如下图所示,本教程使用cloudflare管理的域名,...