-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Hi, First of all thanks for your considerations and creating this repository.
For more security stand point I suggest generating new client id on initiating project, using cat /proc/sys/kernel/random/uuid or a for loop on setup.sh
for CLIENT in $(grep -c CLIENT1,CLIENT2,CLIENT3 config/config.json); do
sed -i "s/CLIENT/$(cat /proc/sys/kernel/random/uuid)/g" config/config.json;
donealso config.json file must be
...
"clients": [
{
"id": "CLIENT1",
"alterId": 10,
"security": "auto"
}, {
"id": "CLIENT2",
"alterId": 10,
"security": "auto"
}, {
"id": "CLIENT3",
"alterId": 10,
"security": "auto"
}
]
...Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels