Docker services on my home NAS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

66 lines
1.5 KiB

{
"log": {
"access": "none",
"error": "none",
"loglevel": "none"
},
"routing": {
"domainStrategy": "AsIs",
"domainMatcher": "mph",
"rules": [{
"type": "field",
"domains": [
"geosite:tld-cn",
"geosite:geolocation-cn"
],
"inboundTag": "OcInHttp",
"outboundTag": "OutDirect"
}]
},
"inbounds": [{
"listen": "0.0.0.0",
"port": 20080,
"protocol": "http",
"settings": {
"timeout": 60,
"allowTransparent": false
},
"tag": "OcInHttp"
}, {
"listen": "0.0.0.0",
"port": 20086,
"protocol": "socks",
"settings": {
"udp": true
},
"tag": "OcInSocks"
}],
"outbounds": [{
"protocol": "vmess",
"settings": {
"vnext": [{
"address": "oc1.sigkill.top",
"port": 10086,
"users": [{
"id": "186bf471-0c17-4f72-a12b-137bb324342e",
"alterId": 0,
"security": "auto",
"level": 0
}]
}, {
"address": "oc2.sigkill.top",
"port": 42570,
"users": [{
"id": "2e4e0d7e-5c26-456f-9954-d6086e51456b",
"alterId": 0,
"security": "auto",
"level": 0
}]
}]
},
"tag": "OcOutVmess"
}, {
"protocol": "freedom",
"tag": "OutDirect"
}]
}