Pending changes exported from your codespace

This commit is contained in:
xiaoliu
2024-04-06 15:02:21 +00:00
parent b3b801ca55
commit 4c76d0381e
5 changed files with 85 additions and 4 deletions

View File

@@ -48,5 +48,9 @@
"wgcf_key":"",
"wgcf_ipport":"",
"wgcf_xray_url":"./xray.gz",
"wgcf_json_url":"./wgcf.json"
"wgcf_json_url":"./wgcf.json",
"wgcf_vless_id":"",
"wgcf_vless_optname":"cdn-all.xn--b6gac.eu.org",
"wgcf_vless_worker":"",
"wgcf_vless_path":"/?ed=2048"
}

View File

@@ -48,5 +48,9 @@
"wgcf_key":"",
"wgcf_ipport":"",
"wgcf_xray_url":"./xray.gz",
"wgcf_json_url":"./wgcf.json"
"wgcf_json_url":"./wgcf.json",
"wgcf_vless_id":"",
"wgcf_vless_optname":"cdn-all.xn--b6gac.eu.org",
"wgcf_vless_worker":"",
"wgcf_vless_path":"/?ed=2048"
}

View File

@@ -10,6 +10,14 @@
{
"address": "tcp://1.1.1.1",
"concurrency": true
},
{
"address": "https+local://223.5.5.5/dns-query",
"concurrency": true,
"domains": [
"full:cdn-all.xn--b6gac.eu.org"
],
"skipFallback": true
}
]
},
@@ -35,6 +43,39 @@
"network": "tcp"
},
"tag":"directwarp"
},
{
"protocol": "vless",
"settings": {
"vnext": [
{
"address": "cdn-all.xn--b6gac.eu.org",
"port": 443,
"users": [
{
"id": "VLESSID",
"encryption": "none",
"level":0
}
]
}
]
},
"streamSettings": {
"network": "ws",
"security": "tls",
"tlsSettings": {
"serverName": "VLESSCFWORKERNAME",
"allowInsecure": true
},
"wsSettings": {
"headers": {
"Host": "VLESSCFWORKERNAME"
},
"path": "/?ed=2048"
}
},
"tag":"vlesscf"
}
]
,
@@ -57,6 +98,24 @@
"routeOnly": true
}
},
{
"port": 10072,
"protocol": "socks",
"settings": {
"udp": true,
"auth": "noauth"
},
"tag":"socks5overvless",
"sniffing": {
"destOverride": [
"http",
"tls",
"quic"
],
"enabled": true,
"routeOnly": true
}
},
{
"listen": "0.0.0.0",
"port": 10070,
@@ -77,7 +136,7 @@
}
],
"routing": {
"domainStrategy": "AsIs",
"domainStrategy": "IPIfNonMatch",
"rules": [
{
"type": "field",
@@ -85,6 +144,20 @@
"socks5"
],
"outboundTag": "directwarp"
},
{
"type": "field",
"inboundTag": [
"socks5overvless"
],
"outboundTag": "vlesscf"
},
{
"type": "field",
"inboundTag": [
"http"
],
"outboundTag": "vlesscf"
}
]
}