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.
 
 
 
 
 
 

45 lines
1.0 KiB

{
"log": {
"access": "none",
"error": "none",
"loglevel": "none"
},
"routing": {
"domainStrategy": "AsIs",
"domainMatcher": "mph",
"rules": [{
"domainMatcher": "mph",
"type": "field",
"domains": [
"geosite:tld-cn",
"geosite:geolocation-cn"
],
"inboundTag": "tagin-http",
"outboundTag": "tagout-direct"
}]
},
"inbounds": [{
"listen": "0.0.0.0",
"port": 10080,
"protocol": "http",
"settings": {
"timeout": 60,
"allowTransparent": false
},
"tag": "tagin-http"
}],
"outbounds": [{
"sendThrough": "0.0.0.0",
"protocol": "socks",
"settings": {
"servers": [{
"address": "127.0.0.1",
"port": 10086
}]
},
"tag": "tagout-socks"
}, {
"protocol": "freedom",
"tag": "tagout-direct"
}]
}