mirror of
https://gitclone.com/github.com/MetaCubeX/Clash.Meta
synced 2024-11-14 05:11:17 +08:00
27 lines
581 B
JSON
27 lines
581 B
JSON
{
|
|
"inbounds": [
|
|
{
|
|
"port": 10002,
|
|
"listen": "0.0.0.0",
|
|
"protocol": "shadowsocks",
|
|
"settings": {
|
|
"network": "tcp,udp",
|
|
"clients": [
|
|
{
|
|
"method": "aes-128-gcm",
|
|
"level": 0,
|
|
"password": "FzcLbKs2dY9mhL"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
],
|
|
"outbounds": [
|
|
{
|
|
"protocol": "freedom"
|
|
}
|
|
],
|
|
"log": {
|
|
"loglevel": "debug"
|
|
}
|
|
} |