Files
Archive/mieru/test/deploy/mihomo/client_udp.json
T
2025-11-17 19:42:26 +01:00

33 lines
780 B
JSON

{
"profiles": [
{
"profileName": "default",
"user": {
"name": "baozi",
"password": "manlianpenfen"
},
"servers": [
{
"domainName": "localhost",
"portBindings": [
{
"port": 8966,
"protocol": "UDP"
}
]
}
],
"multiplexing": {
"level": "MULTIPLEXING_HIGH"
}
}
],
"activeProfile": "default",
"rpcPort": 8989,
"socks5Port": 1085,
"advancedSettings": {
"noCheckUpdate": true
},
"loggingLevel": "INFO"
}