Files
Archive/mieru/test/deploy/singbox/singbox-config.json
T
2025-03-29 19:34:36 +01:00

34 lines
692 B
JSON

{
"inbounds": [
{
"type": "mixed",
"tag": "mixed-in",
"listen": "0.0.0.0",
"listen_port": 1080
}
],
"outbounds": [
{
"type": "mieru",
"tag": "mieru-out",
"server": "127.0.0.1",
"server_port": 8964,
"transport": "TCP",
"username": "baozi",
"password": "manlianpenfen"
}
],
"route": {
"rules": [
{
"inbound": ["mixed-in"],
"action": "route",
"outbound": "mieru-out"
}
]
},
"log": {
"level": "warn"
}
}