mirror of
https://github.com/bolucat/Archive.git
synced 2026-04-23 00:17:16 +08:00
38 lines
877 B
JSON
38 lines
877 B
JSON
{
|
|
"inbounds": [
|
|
{
|
|
"type": "mieru",
|
|
"tag": "mieru-tcp",
|
|
"listen": "127.0.0.1",
|
|
"listen_port": 8966,
|
|
"transport": "TCP",
|
|
"users": [
|
|
{
|
|
"name": "baozi",
|
|
"password": "manlianpenfen"
|
|
}
|
|
],
|
|
"user_hint_is_mandatory": true
|
|
},
|
|
{
|
|
"type": "mieru",
|
|
"tag": "mieru-udp",
|
|
"listen": "127.0.0.1",
|
|
"listen_port": 8966,
|
|
"transport": "UDP",
|
|
"users": [
|
|
{
|
|
"name": "baozi",
|
|
"password": "manlianpenfen"
|
|
}
|
|
],
|
|
"user_hint_is_mandatory": true
|
|
}
|
|
],
|
|
"outbounds": [],
|
|
"route": {},
|
|
"log": {
|
|
"level": "warn"
|
|
}
|
|
}
|