-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharchives.html
More file actions
108 lines (79 loc) · 3.27 KB
/
Copy patharchives.html
File metadata and controls
108 lines (79 loc) · 3.27 KB
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Archives of IBrokeMySpacebar</title>
<link href="https://kopri.mooo.com/theme/css/style.css" rel="stylesheet" type="text/css" media="screen" />
<link href="https://kopri.mooo.com/" type="application/atom+xml" rel="alternate" title="IBrokeMySpacebar ATOM Feed" />
<!--[if IE]>
<style type="text/css">
.twoColFixRtHdr #mainContent { zoom: 1; }
</style>
<![endif]-->
</head>
<body>
<div id="container">
<div id="header">
<h1><a href="https://kopri.mooo.com/index.html">IBrokeMySpacebar</h1>
</div><!-- end #header -->
<div id="topMenu">
<ul>
<li><a href="https://kopri.mooo.com/index.html">Home</a></li>
<li>–</li>
<li><a href="https://kopri.mooo.com/archives.html">Archives</a></li>
</ul>
</div><!-- end #topMenu -->
<div id="sidebar">
<ul>
<li>
<h3>Pages</h3>
<ul>
</ul>
</li>
<li>
<h3>Categories</h3>
<ul>
<li ><a href="https://kopri.mooo.com/category/dns.html">DNS</a></li>
</ul>
</li>
<li>
<h3>Blogroll</h3>
<ul>
<li><a href="http://getpelican.com/">Pelican</a></li>
<li><a href="http://python.org/">Python.org</a></li>
</ul>
</li>
<li>
<h3>Social</h3>
<ul>
<li><a href="https://github.com/kopri-nb">My Github</a></li>
<li><a href="http://kopri.mooo.com/startpage/startpage.html">My Startpage</a></li>
</ul>
</li><!-- /.social -->
<li>
<h3>Tags</h3>
<ul>
<li><a href="https://kopri.mooo.com/tag/adblocking.html">adblocking</a></li>
<li><a href="https://kopri.mooo.com/tag/dnssec.html">DNSSEC</a></li>
<li><a href="https://kopri.mooo.com/tag/dns.html">DNS</a></li>
</ul>
</li>
</ul>
</div><!-- end #sidebar -->
<div id="mainContent">
<div class="blogItem">
<dl>
<h2>Archives of IBrokeMySpacebar</h2>
<dt>Fri 23 August 2013</dt>
<dd><a href='dnssec-with-kopri.html'>Unbound with DNSSEC and Adblocking</a></dd>
</dl>
</div>
</div><!-- end #mainContent -->
<div class="clearfloat"></div>
<div id="footer">
<p><a href="http://css4free.com/" title="free CSS web site designs">Free CSS Gallery</a></p>
<p>Proudly powered by <a href="http://getpelican.com">pelican</a>, which takes great advantages of <a href="http://python.org">python</a>.
</div><!-- end #footer -->
</div><!-- end #container -->
</body>
</html>