mirror of
https://github.com/bolucat/Archive.git
synced 2026-04-22 16:07:49 +08:00
34 lines
692 B
JSON
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"
|
|
}
|
|
}
|