mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-06-05 18:57:30 +03:00
30 lines
440 B
JSON
30 lines
440 B
JSON
{
|
|
"log": {
|
|
"level": "error"
|
|
},
|
|
"inbounds": [
|
|
{
|
|
"type": "mieru",
|
|
"tag": "mieru-in",
|
|
"listen_port": 27017,
|
|
"transport": "TCP",
|
|
"users": [
|
|
{
|
|
"name": "username",
|
|
"password": "password"
|
|
}
|
|
],
|
|
"traffic_pattern": "GgQIARAK"
|
|
}
|
|
],
|
|
"outbounds": [
|
|
{
|
|
"type": "direct",
|
|
"tag": "direct"
|
|
}
|
|
],
|
|
"route": {
|
|
"final": "direct"
|
|
}
|
|
}
|