0%

自建节点生成订阅链接

生成订阅链接

参考内容:

利用CF work搭建反订阅工具

https://github.com/bulianglin/psub.git

汇聚订阅 使用CF pages与github链接

https://github.com/woshigui/subscribe.git

最终生成的有用的内容:

  1. 自己的订阅服务前端地址:https://hosteons.wjx3023.workers.dev/

作用:前端面板,可将自己的节点转换成订阅链接,这个是个人搭建的,防止使用其他人的后端造成节点泄露

  1. 自己的订阅服务后端地址:https://hosteons.wjx3023.workers.dev/sub?

作用:可以用作其他订阅的后端地址,防止节点泄露

1
2
3
let urls = [];
// let subconverter = "apiurl.v1.mk"; //在线订阅转换后端,目前使用肥羊的订阅转换功能。支持自建psub 可自行搭建https://github.com/bulianglin/psub
let subconverter = "https://hosteons.wjx3023.workers.dev/sub?"; //在线订阅转换后端,目前使用个人的订阅转换功能。支持自建psub 可自行搭建https://github.com/bulianglin/psub

同时还可以在汇聚订阅中使用该后端,舍弃别人的后端。

  1. 在github中加入个人的节点信息,从而实现更新订阅,同步更新节点。分享给其他人,而不需要频繁的复制粘贴节点

我的订阅链接如下,在git的work中修改token,从而修改订阅链接地址,

我的域名为https://subscribe.beikun.eu.org,如果token为auto,那么订阅链接就是https://subscribe.beikun.eu.org/auto

如果是其他xx,就用https://subscribe.beikun.eu.org/xx

1
let mytoken = 'auto'; //可以随便取,或者uuid生成,https://1024tools.com/uuid