mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-09-15 21:00:27 +00:00
34 lines
514 B
JSON
34 lines
514 B
JSON
{
|
|
"log": {
|
|
"level": "error"
|
|
},
|
|
"inbounds": [
|
|
{
|
|
"type": "mieru",
|
|
"tag": "mieru-in",
|
|
"listen_port": 27017,
|
|
"listen_ports": [
|
|
"27017-27019"
|
|
],
|
|
"transport": "TCP",
|
|
"users": [
|
|
{
|
|
"name": "username",
|
|
"password": "password"
|
|
}
|
|
],
|
|
"traffic_pattern": "GgQIARAK",
|
|
"mtu": 1400
|
|
}
|
|
],
|
|
"outbounds": [
|
|
{
|
|
"type": "direct",
|
|
"tag": "direct"
|
|
}
|
|
],
|
|
"route": {
|
|
"final": "direct"
|
|
}
|
|
}
|