summaryrefslogtreecommitdiff
path: root/data/rulesets.json
blob: 58c72caa79fe65f6a448e763887e15a78098a229 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
  "rule_sets": [
    {
      "tag": "refilter-domains",
      "description": "Заблокированные домены РФ (Re-filter)",
      "url": "https://vpn.em-sysadmin.xyz/rules/refilter-domains.srs",
      "format": "binary",
      "type": "domain",
      "optional": false
    },
    {
      "tag": "refilter-ip",
      "description": "Заблокированные IP РФ (Re-filter)",
      "url": "https://vpn.em-sysadmin.xyz/rules/refilter-ip.srs",
      "format": "binary",
      "type": "ip",
      "optional": false
    },
    {
      "tag": "discord-voice",
      "description": "Discord voice server IPs",
      "url": "https://vpn.em-sysadmin.xyz/rules/discord-voice-ip-list.srs",
      "format": "binary",
      "type": "ip",
      "optional": false
    },
    {
      "tag": "antizapret",
      "description": "Расширенный список блокировок (AntiZapret)",
      "url": "",
      "format": "binary",
      "type": "domain",
      "optional": true
    },
    {
      "tag": "itdoginfo-inside-russia",
      "description": "Российские ресурсы (для direct маршрута)",
      "url": "",
      "format": "binary",
      "type": "domain",
      "optional": true
    },
    {
      "tag": "torrent-clients",
      "description": "Торрент-клиенты",
      "url": "",
      "format": "binary",
      "type": "ip",
      "optional": true
    }
  ]
}