mirror of
https://github.com/bolucat/Archive.git
synced 2025-12-24 13:28:37 +08:00
34 lines
829 B
JSON
34 lines
829 B
JSON
{
|
|
"profiles": [
|
|
{
|
|
"profileName": "default",
|
|
"user": {
|
|
"name": "baozi",
|
|
"password": "manlianpenfen"
|
|
},
|
|
"servers": [
|
|
{
|
|
"ipAddress": "127.0.0.1",
|
|
"portBindings": [
|
|
{
|
|
"port": 8966,
|
|
"protocol": "TCP"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"multiplexing": {
|
|
"level": "MULTIPLEXING_HIGH"
|
|
},
|
|
"handshakeMode": "HANDSHAKE_NO_WAIT"
|
|
}
|
|
],
|
|
"activeProfile": "default",
|
|
"rpcPort": 8989,
|
|
"socks5Port": 1082,
|
|
"advancedSettings": {
|
|
"noCheckUpdate": true
|
|
},
|
|
"loggingLevel": "INFO"
|
|
}
|