支持多会话负载均衡

This commit is contained in:
Archeb
2024-05-15 13:24:44 +08:00
committed by 蚊子
parent 0441b8bb89
commit 2224bf0059
2 changed files with 29 additions and 23 deletions
+8
View File
@@ -0,0 +1,8 @@
module.exports = {
"sessions": [
{
"cookie": "your_cookie",
"user_agent": "user_agent"
}
]
}