[ clash ] 新增clash-sub

This commit is contained in:
zeaslity
2024-03-21 11:39:46 +08:00
parent 02022603ed
commit 7883ddeba5
11 changed files with 395 additions and 739 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,207 +0,0 @@
{
"log": {
"access": "/var/log/xray/access.log",
"error": "/var/log/xray/error.log",
"loglevel": "warning"
},
"inbounds": [
{
"protocol": "trojan",
"listen": "0.0.0.0",
"port": 443,
"settings": {
"clients": [
{
"password": "V2ryStr0ngP0ss",
"email": "love@v2fly.org"
}
]
},
"streamSettings": {
"network": "tcp",
"security": "tls",
"tlsSettings": {
"alpn": [
"http/1.1"
],
"certificates": [
{
"certificateFile": "/root/.acme.sh/xx.s4.cc.hh.107421.xyz_ecc/fullchain.cer",
"keyFile": "/root/.acme.sh/xx.s4.cc.hh.107421.xyz_ecc/xx.s4.cc.hh.107421.xyz.key"
}
]
}
},
"tag": "Seoul-amd64-04"
},
{
"protocol": "trojan",
"listen": "0.0.0.0",
"port": 19999,
"settings": {
"clients": [
{
"password": "V2ryStr0ngP0ss",
"email": "love@v2fly.org"
}
]
},
"streamSettings": {
"network": "tcp",
"security": "tls",
"tlsSettings": {
"alpn": [
"http/1.1"
],
"certificates": [
{
"certificateFile": "/root/.acme.sh/xx.s4.cc.hh.107421.xyz_ecc/fullchain.cer",
"keyFile": "/root/.acme.sh/xx.s4.cc.hh.107421.xyz_ecc/xx.s4.cc.hh.107421.xyz.key"
}
]
}
},
"tag": "Seoul-amd64-04->Tokyo-amd64-02"
},
{
"protocol": "trojan",
"listen": "0.0.0.0",
"port": 19998,
"settings": {
"clients": [
{
"password": "V2ryStr0ngP0ss",
"email": "love@v2fly.org"
}
]
},
"streamSettings": {
"network": "tcp",
"security": "tls",
"tlsSettings": {
"alpn": [
"http/1.1"
],
"certificates": [
{
"certificateFile": "/root/.acme.sh/xx.s4.cc.hh.107421.xyz_ecc/fullchain.cer",
"keyFile": "/root/.acme.sh/xx.s4.cc.hh.107421.xyz_ecc/xx.s4.cc.hh.107421.xyz.key"
}
]
}
},
"tag": "Seoul-amd64-04->Phoenix-amd64-02"
},
{
"protocol": "trojan",
"listen": "0.0.0.0",
"port": 19997,
"settings": {
"clients": [
{
"password": "V2ryStr0ngP0ss",
"email": "love@v2fly.org"
}
]
},
"streamSettings": {
"network": "tcp",
"security": "tls",
"tlsSettings": {
"alpn": [
"http/1.1"
],
"certificates": [
{
"certificateFile": "/root/.acme.sh/xx.s4.cc.hh.107421.xyz_ecc/fullchain.cer",
"keyFile": "/root/.acme.sh/xx.s4.cc.hh.107421.xyz_ecc/xx.s4.cc.hh.107421.xyz.key"
}
]
}
},
"tag": "Seoul-amd64-04->London-amd64-01"
}
],
"outbounds": [
{
"protocol": "freedom"
},
{
"protocol": "freedom",
"tag": "Seoul-amd64-04"
},
{
"protocol": "blackhole",
"tag": "block"
},
{
"tag": "Seoul-amd64-04->Tokyo-amd64-02",
"protocol": "socks",
"settings": {
"servers": [
{
"address": "140.238.52.228",
"port": 1234
}
]
}
},
{
"tag": "Seoul-amd64-04->Phoenix-amd64-02",
"protocol": "socks",
"settings": {
"servers": [
{
"address": "129.146.171.163",
"port": 1234
}
]
}
},
{
"tag": "Seoul-amd64-04->London-amd64-01",
"protocol": "socks",
"settings": {
"servers": [
{
"address": "141.147.99.91",
"port": 1234
}
]
}
}
],
"routing": {
"domainStrategy": "IPIfNonMatch",
"rules": [
{
"type": "field",
"inboundTag": [
"Seoul-amd64-04"
],
"outboundTag": "Seoul-amd64-04"
},
{
"type": "field",
"inboundTag": [
"Seoul-amd64-04->Tokyo-amd64-02"
],
"outboundTag": "Seoul-amd64-04->Tokyo-amd64-02"
},
{
"type": "field",
"inboundTag": [
"Seoul-amd64-04->Phoenix-amd64-02"
],
"outboundTag": "Seoul-amd64-04->Phoenix-amd64-02"
},
{
"type": "field",
"inboundTag": [
"Seoul-amd64-04->London-amd64-01"
],
"outboundTag": "Seoul-amd64-04->London-amd64-01"
}
]
}
}

View File

@@ -0,0 +1,93 @@
{
"inbounds": [
{
"tag": "socks",
"port": 22888,
"listen": "0.0.0.0",
"protocol": "socks",
"sniffing": {
"enabled": true,
"destOverride": [
"http",
"tls"
],
"routeOnly": false
},
"settings": {
"auth": "password",
"accounts": [
{
"user": "zeaslity",
"pass": "lovemm.23"
}
],
"udp": true,
"allowTransparent": false
}
}
],
"outbounds": [
{
"tag": "proxy",
"protocol": "trojan",
"settings": {
"servers": [
{
"address": "140.238.14.103",
"method": "chacha20",
"ota": false,
"password": "V2ryStr0ngP0ss",
"port": 443,
"level": 1
}
]
},
"streamSettings": {
"network": "tcp",
"security": "tls",
"tlsSettings": {
"allowInsecure": false,
"serverName": "xx.s4.cc.hh.107421.xyz",
"show": false
}
},
"mux": {
"enabled": false,
"concurrency": -1
}
},
{
"tag": "direct",
"protocol": "freedom",
"settings": {}
},
{
"tag": "block",
"protocol": "blackhole",
"settings": {
"response": {
"type": "http"
}
}
}
],
"dns": {
"servers": [
"1.1.1.1",
"8.8.8.8"
]
},
"routing": {
"domainStrategy": "IPIfNonMatch",
"domainMatcher": "mph",
"rules": [
{
"type": "field",
"outboundTag": "direct",
"inboundTag": [
"proxy"
]
}
]
}
}

View File

@@ -1,8 +0,0 @@
vmess://ew0KICAidiI6ICIyIiwNCiAgInBzIjogInVzLWNlbnRlLWZyZWUiLA0KICAiYWRkIjogIm5vcnRoZmxhbmsuMTA3NDIxLnh5eiIsDQogICJwb3J0IjogIjQ0MyIsDQogICJpZCI6ICJkZTA0YWRkOS01YzY4LThiYWItOTUwYy0wOGNkNTMyMGRmMTgiLA0KICAiYWlkIjogIjAiLA0KICAic2N5IjogImF1dG8iLA0KICAibmV0IjogIndzIiwNCiAgInR5cGUiOiAibm9uZSIsDQogICJob3N0IjogIiIsDQogICJwYXRoIjogIi92bWVzcyIsDQogICJ0bHMiOiAidGxzIiwNCiAgInNuaSI6ICIiLA0KICAiYWxwbiI6ICIiDQp9
trojan://V2ryStr0ngP0ss@140.238.14.103:443?security=tls&sni=xx.s4.cc.hh.107421.xyz&alpn=h2%2Chttp%2F1.1&fp=chrome&type=tcp&headerType=none&host=xx.s4.cc.hh.107421.xyz#Seoul-Trojan
trojan://V2ryStr0ngP0ss@140.238.14.103:19997?security=tls&sni=xx.s4.cc.hh.107421.xyz&alpn=h2%2Chttp%2F1.1&fp=chrome&type=tcp&headerType=none&host=xx.s4.cc.hh.107421.xyz#Osaka-Trojan
trojan://V2ryStr0ngP0ss@140.238.14.103:19999?security=tls&sni=xx.s4.cc.hh.107421.xyz&alpn=h2%2Chttp%2F1.1&fp=chrome&type=tcp&headerType=none&host=xx.s4.cc.hh.107421.xyz#Tokyo-Trojan
trojan://V2ryStr0ngP0ss@140.238.14.103:19998?security=tls&sni=xx.s4.cc.hh.107421.xyz&alpn=h2%2Chttp%2F1.1&fp=chrome&type=tcp&headerType=none&host=xx.s4.cc.hh.107421.xyz#Pheonix-Trojan
trojan://V2ryStr0ngP0ss@146.56.147.12:30000?security=tls&sni=xx.s0.yy.ac.107421.xyz&alpn=h2%2Chttp%2F1.1&fp=firefox&type=tcp&headerType=none&host=xx.s0.yy.ac.107421.xyz#Seoul-arm64-01-Trojan
trojan://V2ryStr0ngP0ss@43.154.83.213:443?security=tls&sni=xx.tc.hk.go.107421.xyz&alpn=h2%2Chttp%2F1.1&fp=firefox&type=tcp&headerType=none#Tencent-Hkong-Trojan
vless://fc903f5d-a007-482b-928c-570da9a851f9@43.154.83.213:29999?encryption=none&flow=xtls-rprx-vision&security=reality&sni=xx.tc.hk.go.107421.xyz&fp=chrome&pbk=IBKk7cbbpnarU9sxJx84tXztytBFH2oCNfy7FlLVjDg&sid=ad570cbfab&type=tcp&headerType=none#Tencent-HK-11.24