Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
yonggekkk authored May 26, 2024
1 parent d0e9762 commit 29c1925
Showing 1 changed file with 224 additions and 0 deletions.
224 changes: 224 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,224 @@
{
"api": {
"services": [
"HandlerService",
"LoggerService",
"StatsService"
],
"tag": "api"
},
"inbounds": [
{
"listen": "127.0.0.1",
"port": 62789,
"protocol": "dokodemo-door",
"settings": {
"address": "127.0.0.1"
},
"tag": "api"
}
],
"policy": {
"system": {
"statsInboundDownlink": true,
"statsInboundUplink": true
},
"levels": {
"0": {
"handshake": 10,
"connIdle": 100,
"uplinkOnly": 2,
"downlinkOnly": 3,
"bufferSize": 10240
}
}
},
"outbounds": [
{
"protocol": "blackhole",
"tag": "blocked"
},
{
"tag": "direct",
"protocol": "freedom",
"settings": {

}
},
{
"tag": "vps-outbound-v4",
"protocol": "freedom",
"settings": {
"domainStrategy": "ForceIPv4"
}
},
{
"tag": "vps-outbound-v6",
"protocol": "freedom",
"settings": {
"domainStrategy": "ForceIPv6"
}
},
{
"tag": "socks5-warp",
"protocol": "socks",
"settings": {
"servers": [
{
"address": "127.0.0.1",
"port": 40000
}
]
}
},
{
"tag":"socks5-warp-v4",
"protocol":"freedom",
"settings":{
"domainStrategy":"ForceIPv4"
},
"proxySettings":{
"tag":"socks5-warp"
}
},
{
"tag":"socks5-warp-v6",
"protocol":"freedom",
"settings":{
"domainStrategy":"ForceIPv6"
},
"proxySettings":{
"tag":"socks5-warp"
}
},
{
"tag":"xray-wg-warp",
"protocol":"wireguard",
"settings":{
"secretKey":"4GRI+uhXHop6U9H5Gi4YbD+5IoBvZ/kLdTdyal/y9EE=",
"address":[
"172.16.0.2/32",
"2606:4700:110:845b:dd5b:5b91:8e5a:60b9/128"
],
"peers":[
{
"publicKey":"bmXOC+F1FxEMF9dyiK2H5/1SUtzH0JuVo51h2wPfgyo=",
"allowedIPs": [
"0.0.0.0/0",
"::/0"
],
"endpoint":"162.159.193.10:1701"
}
],
"reserved":[197,230,30]
}
},
{
"tag":"xray-wg-warp-v4",
"protocol":"freedom",
"settings":{
"domainStrategy":"ForceIPv4"
},
"proxySettings":{
"tag":"xray-wg-warp"
}
},
{
"tag":"xray-wg-warp-v6",
"protocol":"freedom",
"settings":{
"domainStrategy":"ForceIPv6"
},
"proxySettings":{
"tag":"xray-wg-warp"
}
}
],
"routing": {
"domainStrategy": "AsIs",
"rules": [
{
"inboundTag": [
"api"
],
"outboundTag": "api",
"type": "field"
},
{
"type": "field",
"port": "443",
"network": "udp",
"outboundTag": "blocked"
},
{
"type": "field",
"domain": [
"www.gstatic.com"
],
"outboundTag": "direct"
},
{
"ip": [
"geoip:cn"
],
"outboundTag": "blocked",
"type": "field"
},
{
"outboundTag": "blocked",
"protocol": [
"bittorrent"
],
"type": "field"
},
{
"type":"field",
"outboundTag":"xray-wg-warp-v4",
"domain":[
"yg_kkk"
]
},
{
"type":"field",
"outboundTag":"xray-wg-warp-v6",
"domain":[
"yg_kkk"
]
},
{
"type":"field",
"outboundTag":"socks5-warp-v4",
"domain":[
"yg_kkk"
]
},
{
"type":"field",
"outboundTag":"socks5-warp-v6",
"domain":[
"yg_kkk"
]
},
{
"type": "field",
"outboundTag":"vps-outbound-v4",
"domain": [
"yg_kkk"
]
},
{
"type": "field",
"outboundTag":"vps-outbound-v6",
"domain": [
"yg_kkk"
]
},
{
"type": "field",
"outboundTag": "direct",
"network": "udp,tcp"
}
]
},
"stats": {}
}

0 comments on commit 29c1925

Please sign in to comment.