mirror of
https://gitlab.com/SukkaW/ruleset.skk.moe.git
synced 2026-01-02 10:30:26 +00:00
23 lines
591 B
JSON
23 lines
591 B
JSON
{
|
|
"version": 2,
|
|
"rules": [
|
|
{
|
|
"domain": ["this_ruleset_is_made_by_sukkaw.ruleset.skk.moe"],
|
|
"domain_suffix": [],
|
|
"domain_keyword": [],
|
|
"domain_regex": [
|
|
"^download[a-zA-Z0-9-_.]*?\\.mediafire\\.com$",
|
|
"^ftp\\.[a-zA-Z0-9-_.][a-zA-Z0-9-_.]\\.debian\\.org$",
|
|
"^[a-zA-Z0-9-_.]*?\\.s3\\.[a-zA-Z0-9-_.]*?\\.backblazeb2\\.com$",
|
|
"^edgedl\\.me\\.gvt[a-zA-Z0-9-_.]\\.com$"
|
|
],
|
|
"ip_cidr": [],
|
|
"source_ip_cidr": [],
|
|
"source_port": [],
|
|
"port": [],
|
|
"process_name": [],
|
|
"process_path": []
|
|
}
|
|
]
|
|
}
|