Skip to content

Commit

Permalink
Update dingyue.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dockkkk committed Mar 8, 2024
1 parent 6fdc5c4 commit 1be9178
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions dingyue.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,21 @@ let addresses = [

// 设置优选地址api接口
let addressesapi = [
'https://raw.githubusercontent.com/cmliu/WorkerVless2sub/main/addressesapi.txt' //可参考内容格式 自行搭建。
'https://raw.githubusercontent.com/dockkkk/CF-WORKERS/main/ip.txt' //可参考内容格式 自行搭建。
];

let DLS = 4;//速度下限
let addressescsv = [
//'https://raw.githubusercontent.com/cmliu/WorkerVless2sub/main/addressescsv.csv' //iptest测速结果文件。
//'https://raw.githubusercontent.com/dockkkk/CF-WORKERS/main/result.csv' //iptest测速结果文件。
];

let subconverter = "api.v1.mk"; //在线订阅转换后端,目前使用肥羊的订阅转换功能。支持自建psub 可自行搭建https://github.com/bulianglin/psub
let subconfig = "https://raw.githubusercontent.com/cmliu/ACL4SSR/main/Clash/config/ACL4SSR_Online_Full_MultiMode.ini"; //订阅配置文件
let subconfig = "https://github.com/ACL4SSR/ACL4SSR/blob/master/Clash/config/ACL4SSR.ini"; //订阅配置文件

let link = '';
let edgetunnel = 'ed';
let RproxyIP = 'false';
let proxyIPs = [
'macvbb.555556789.xyz',
'proxyip.aliyun.fxxk.dedyn.io',
'proxyip.multacom.fxxk.dedyn.io',
'proxyip.vultr.fxxk.dedyn.io',
Expand Down

0 comments on commit 1be9178

Please sign in to comment.