添加网站流量模拟脚本和相关配置文件

This commit is contained in:
huangzhenpc
2025-07-18 09:34:32 +08:00
parent 0d855098b0
commit 2272c7e8fb
5 changed files with 907 additions and 0 deletions

26
config.json Normal file
View File

@@ -0,0 +1,26 @@
{
"proxy": {
"host": "gw.dataimpulse.com",
"port": "823",
"username": "3b9936d2ce39b35c4bdf__cr.us",
"password": "2263006e0ff05530"
},
"targets": {
"main_site": "https://game.586vip.cn/",
"game_page": "https://game.586vip.cn/games/2048/index.html"
},
"settings": {
"default_visits": 10,
"min_delay": 60,
"max_delay": 300,
"main_site_stay_time": [5, 20],
"game_page_stay_time": [30, 120]
},
"github_referrers": [
"https://github.com/trending",
"https://github.com/topics/javascript",
"https://github.com/topics/game",
"https://github.com/topics/html5",
"https://github.com/search?q=2048+game"
]
}