mirror of
https://github.com/bolucat/Archive.git
synced 2026-04-23 00:17:16 +08:00
33 lines
780 B
JSON
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"
|
|
}
|