update readme
This commit is contained in:
+8
-8
@@ -1,8 +1,8 @@
|
||||
module.exports = {
|
||||
"sessions": [
|
||||
{
|
||||
"cookie": "your_cookie",
|
||||
"user_agent": "user_agent"
|
||||
}
|
||||
]
|
||||
}
|
||||
export const config = {
|
||||
"sessions": [
|
||||
{
|
||||
"cookie": "...",
|
||||
"user_agent": "...",
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user