first version, kinda rough

This commit is contained in:
fzorb 2025-05-25 19:21:41 +03:00
parent 74213266e9
commit 876abec47f
2 changed files with 49 additions and 0 deletions

12
config.json.sample Normal file
View file

@ -0,0 +1,12 @@
{
"webhook": "",
"proxyEnabled": true,
"proxy": {
"user": "",
"pass": "",
"host": "",
"port": 0000
},
"wait": 1,
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0"
}