-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
87 lines (87 loc) · 2.15 KB
/
index.html
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta content="IE=edge" http-equiv="X-UA-Compatible"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<link crossorigin="anonymous" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" rel="stylesheet"/>
<title>
Little snitch rules
</title>
</head>
<body>
<div class="container py-4">
<div class="text-center">
<h1>
Little Snitch rules
</h1>
</div>
<div>
<table class="table table-bordered">
<thead>
<tr>
<th>
#
</th>
<th>
ref source
</th>
<th>
data link
</th>
<th>
subscribe link
</th>
<th>
update
</th>
</tr>
</thead>
<tbody>
<tr>
<th>
1
</th>
<th>
<a href="https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts">
StevenBlack
</a>
</th>
<th class="data-link">
<ul>
<li>
<a href="https://raw.githubusercontent.com/lighter/little-snitch-rules/main/unified_1.lsrules">
unified_1.lsrules
</a>
</li>
<li>
<a href="https://raw.githubusercontent.com/lighter/little-snitch-rules/main/unified_2.lsrules">
unified_2.lsrules
</a>
</li>
</ul>
</th>
<th class="subscribe-link">
<ul>
<li>
<a href="x-littlesnitch:subscribe-rules?url=https://raw.githubusercontent.com/lighter/little-snitch-rules/main/unified_1.lsrules">
subscribe_unified_1.lsrules
</a>
</li>
<li>
<a href="x-littlesnitch:subscribe-rules?url=https://raw.githubusercontent.com/lighter/little-snitch-rules/main/unified_2.lsrules">
subscribe_unified_2.lsrules
</a>
</li>
</ul>
</th>
<th class="data-update">
2024-12-28T06:31:59Z
</th>
</tr>
</tbody>
</table>
</div>
</div>
</body>
</html>