mirror of
https://gitlab.com/SukkaW/ruleset.skk.moe.git
synced 2026-01-02 10:30:26 +00:00
25 lines
514 B
JSON
25 lines
514 B
JSON
{
|
|
"version": 2,
|
|
"rules": [
|
|
{
|
|
"domain": [
|
|
"this_ruleset_is_made_by_sukkaw.ruleset.skk.moe",
|
|
"github.com",
|
|
"gitlab.com",
|
|
"github.dev",
|
|
"api.github.com",
|
|
"alive.github.com"
|
|
],
|
|
"domain_suffix": ["huggingface.co", "githubcopilot.com"],
|
|
"domain_keyword": [],
|
|
"domain_regex": [],
|
|
"ip_cidr": [],
|
|
"source_ip_cidr": [],
|
|
"source_port": [],
|
|
"port": [],
|
|
"process_name": [],
|
|
"process_path": []
|
|
}
|
|
]
|
|
}
|