Skip to content

Commit

Permalink
更新默认节点
Browse files Browse the repository at this point in the history
  • Loading branch information
cmliu committed Sep 9, 2024
1 parent 12f44ba commit 0ae3571
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 18 deletions.
24 changes: 15 additions & 9 deletions _worker.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 15 additions & 9 deletions _worker.src.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,26 @@ let socks5Address = '';

let addresses = [
//当sub为空时启用本地优选域名/优选IP,若不带端口号 TLS默认端口为443,#号后为备注别名
'12315.cf.090227.xyz:443#加入我的频道t.me/CMLiussss解锁更多优选节点',
'visa.cn#你可以只放域名 如下',
'www.visa.com.sg',
'time.is#也可以放域名带端口 如下',
'Join.my.Telegram.channel.CMLiussss.to.unlock.more.premium.nodes.cf.090227.xyz#加入我的频道t.me/CMLiussss解锁更多优选节点',
'visa.cn:443',
'www.visa.com:8443',
'cis.visa.com:2053',
'africa.visa.com:2083',
'www.visa.com.sg:2087',
'www.visaeurope.at:2096',
'www.visa.com.mt:8443',
'qa.visamiddleeast.com',
'time.is',
'www.wto.org:8443',
'chatgpt.com:2087#节点名放在井号之后即可',
'icook.hk#若不带端口号默认端口为443',
'104.17.152.41#IP也可以',
'[2606:4700:e7:25:4b9:f8f8:9bfb:774a]#IPv6也OK'
'chatgpt.com:2087',
'icook.hk',
//'104.17.0.0#IPv4',
'[2606:4700::]#IPv6'
];

let sub = '';
let subconverter = 'SUBAPI.fxxk.dedyn.io';// clash订阅转换后端,目前使用CM的订阅转换功能。自带虚假节点信息防泄露
let subconfig = "https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/config/ACL4SSR_Online_Mini.ini"; //订阅配置文件
let subconfig = "https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/config/ACL4SSR_Online_Mini_MultiMode.ini"; //订阅配置文件
let subProtocol = 'https';
let RproxyIP = 'false';

Expand Down

0 comments on commit 0ae3571

Please sign in to comment.