mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-15 17:30:53 +08:00
19 lines
600 B
JSON
19 lines
600 B
JSON
{
|
|
"rules" : [
|
|
{ "names" : [ "netease.com", "163.com" ],
|
|
"hells" : [ "220.181.109.166", "220.181.109.167" ],
|
|
"enables" : [
|
|
{"from_hour" : 7, "from_min": 30, "to_hour" : 9, "to_min" : 30 },
|
|
{"from_hour" : 18, "from_min": 30, "to_hour" : 23, "to_min" : 0 }
|
|
]
|
|
},
|
|
{ "names" : [ "qq.com", "game.qq.com" ],
|
|
"hells" : [ "220.181.109.166", "220.181.109.167" ],
|
|
"enables" : [
|
|
{"from_hour" : 7, "from_min": 30, "to_hour" : 9, "to_min" : 30 },
|
|
{"from_hour" : 18, "from_min": 30, "to_hour" : 23, "to_min" : 0 }
|
|
]
|
|
}
|
|
]
|
|
}
|