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.
77 lines
1.9 KiB
77 lines
1.9 KiB
{ |
|
"log": { |
|
"loglevel": "warning" |
|
}, |
|
"routing": { |
|
"domainStrategy": "AsIs", |
|
"rules": [ |
|
{ |
|
"type": "field", |
|
"inboundTag": "wsdoko", |
|
"outboundTag": "ssredirect" |
|
}, |
|
{ |
|
"type": "field", |
|
"ip": [ |
|
"geoip:private" |
|
], |
|
"outboundTag": "blocked" |
|
} |
|
] |
|
}, |
|
"inbounds": [ |
|
{ |
|
"port": 10000, |
|
"listen": "127.0.0.1", |
|
"protocol": "dokodemo-door", |
|
"tag": "wsdoko", |
|
"settings": { |
|
"address": "v1.mux.cool", |
|
"followRedirect": false, |
|
"network": "tcp, udp" |
|
}, |
|
"sniffing": { |
|
"enabled": true, |
|
"destOverride": [ |
|
"http", |
|
"tls" |
|
] |
|
}, |
|
"streamSettings": { |
|
"network": "ws", |
|
"wsSettings": { |
|
"path": "/michi" |
|
} |
|
} |
|
}, |
|
{ |
|
"port": 9000, |
|
"protocol": "shadowsocks", |
|
"settings": { |
|
"method": "chacha20-ietf-poly1305", |
|
"ota": false, |
|
"password": "ifYouWantToKeepYourPassphraseSafeChangeThis!!", |
|
"network": "tcp,udp" |
|
} |
|
} |
|
], |
|
"outbounds": [ |
|
{ |
|
"protocol": "freedom", |
|
"settings": {}, |
|
"tag": "direct" |
|
}, |
|
{ |
|
"protocol": "blackhole", |
|
"settings": {}, |
|
"tag": "blocked" |
|
}, |
|
{ |
|
"protocol": "freedom", |
|
"tag": "ssredirect", |
|
"settings": { |
|
"redirect": "127.0.0.1:9000" |
|
} |
|
} |
|
] |
|
}
|
|
|