Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update clash.yaml #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 26 additions & 24 deletions clash.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,25 +118,22 @@ Proxy:


# 配置开始
- name: "V2ray节点的主机测试"
type: vmess
server: v2rayssr.com
port: 443
uuid: 5b8098e0-c95d-4c74-b5d5-4a330969c8cb
alterId: 2
cipher: auto
tls: true
network: ws
ws-path: /v2rayssrcom/
Host: v2rayssr.com

- name: "Trojan节点的主机测试"
- name: "tjbwh"
type: trojan
server: www.v2rayssr.com
server: tjbwh.345659558.xyz
port: 443
password: v2rayssr.com


password: wwq2008
- name: "tjbwh2"
type: trojan
server: tjbwh2.345659558.xyz
port: 443
password: wwq2008
- name: "tj6"
type: trojan
server: tj6.345659558.xyz
port: 443
password: wwq2008
###############################################################配置分割线

# 代理组策略
Expand All @@ -146,8 +143,10 @@ Proxy Group:
- name: "自动节点选择"
type: url-test
proxies:
- "V2ray节点的主机测试"
- "Trojan节点的主机测试"
- "tjbwh"
- "tjbwh2"
- "tj6"

url: 'http://www.gstatic.com/generate_204'
interval: 300

Expand All @@ -156,8 +155,9 @@ Proxy Group:
type: select
proxies:
- "自动节点选择"
- "V2ray节点的主机测试"
- "Trojan节点的主机测试"
- "tjbwh"
- "tjbwh2"
- "tj6"
# 白名单模式 PROXY,黑名单模式 DIRECT
- name: "Final"
type: select
Expand All @@ -175,15 +175,17 @@ Proxy Group:
type: select
proxies:
- "PROXY"
- "V2ray节点的主机测试"
- "Trojan节点的主机测试"
- "tjbwh"
- "tjbwh2"
- "tj6"
# 大陆流媒体面向港澳台限定服务
- name: "HKMTMedia"
type: select
proxies:
- "DIRECT"
- "V2ray节点的主机测试"
- "Trojan节点的主机测试"
- "tjbwh"
- "tjbwh2"
- "tj6"
# 运营商及声名狼藉网站劫持
- name: "Hijacking"
type: select
Expand Down