Skip to content

Commit

Permalink
Update clash-config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
doudoubinga authored Oct 7, 2020
1 parent cc7ec39 commit 73424a0
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions assets/html/clash-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ proxy-groups:
- name: 负载均衡
type: load-balance
url: 'http://www.gstatic.com/generate_204'
interval: 300
interval: 900
proxies:
- 分类测试vmess
- 分类测试本地
Expand All @@ -55,7 +55,7 @@ proxy-groups:
- name: 失败切换
type: fallback
url: 'http://www.gstatic.com/generate_204'
interval: 300
interval: 900
proxies:
- 分类测试本地
- 分类测试vmess
Expand All @@ -67,31 +67,31 @@ proxy-groups:
- name: 分类测试全部
type: url-test
url: 'https://www.bilibili.com/'
interval: 300
interval: 1200
use:
- websub
- name: 分类测试本地
type: url-test
url: 'https://www.bilibili.com/'
interval: 300
interval: 1200
use:
- test
- name: 分类测试vmess
type: url-test
url: 'https://www.bilibili.com/'
interval: 300
interval: 1200
use:
- websubvmess
- name: 分类测试ssr
type: url-test
url: 'https://www.bilibili.com/'
interval: 300
interval: 1200
use:
- websubssr
- name: 分类测试ss
type: url-test
url: 'https://www.bilibili.com/'
interval: 300
interval: 1200
use:
- websubss

Expand All @@ -102,7 +102,7 @@ proxy-providers:
interval: 86400
path: ./websub.yaml
health-check:
enable: true
enable: false
interval: 120
url: http://www.gstatic.com/generate_204

Expand All @@ -112,7 +112,7 @@ proxy-providers:
interval: 86400
path: ./websubss.yaml
health-check:
enable: true
enable: false
interval: 120
url: http://www.gstatic.com/generate_204

Expand All @@ -122,7 +122,7 @@ proxy-providers:
interval: 86400
path: ./websubssr.yaml
health-check:
enable: true
enable: false
interval: 120
url: http://www.gstatic.com/generate_204

Expand All @@ -132,15 +132,15 @@ proxy-providers:
interval: 86400
path: ./websubvmess.yaml
health-check:
enable: true
enable: false
interval: 120
url: http://www.gstatic.com/generate_204

test:
type: file
path: ./test.yaml
health-check:
enable: true
enable: false
interval: 120
url: http://www.gstatic.com/generate_204
rules:
Expand Down

0 comments on commit 73424a0

Please sign in to comment.