Skip to content

Commit 510af6d

Browse files
committed
add
1 parent 8d68101 commit 510af6d

5 files changed

+440
-0
lines changed

bug210803.html

+85
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
<!DOCTYPE html>
2+
<html lang="en"><head>
3+
<meta charset="utf-8">
4+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
5+
<meta name="viewport" content="width=device-width, initial-scale=1"><!-- Begin Jekyll SEO tag v2.7.1 -->
6+
<title>Bug of Searx (Aug 3) | ZhaoCloud</title>
7+
<meta name="generator" content="Jekyll v4.2.0" />
8+
<meta property="og:title" content="Bug of Searx (Aug 3)" />
9+
<meta property="og:locale" content="en_US" />
10+
<meta name="description" content="Yesterday, I also changed my Searx server. In the past 24 hours it became unstable, and can’t get answer from Google." />
11+
<meta property="og:description" content="Yesterday, I also changed my Searx server. In the past 24 hours it became unstable, and can’t get answer from Google." />
12+
<meta property="og:site_name" content="ZhaoCloud" />
13+
<meta property="og:type" content="article" />
14+
<meta property="article:published_time" content="2021-08-03T00:00:00+08:00" />
15+
<meta name="twitter:card" content="summary" />
16+
<meta property="twitter:title" content="Bug of Searx (Aug 3)" />
17+
<script type="application/ld+json">
18+
{"@type":"BlogPosting","mainEntityOfPage":{"@type":"WebPage","@id":"/bug210803"},"url":"/bug210803","headline":"Bug of Searx (Aug 3)","dateModified":"2021-08-03T00:00:00+08:00","datePublished":"2021-08-03T00:00:00+08:00","description":"Yesterday, I also changed my Searx server. In the past 24 hours it became unstable, and can’t get answer from Google.","@context":"https://schema.org"}</script>
19+
<!-- End Jekyll SEO tag -->
20+
<link rel="stylesheet" href="/assets/css/style.css"><link type="application/atom+xml" rel="alternate" href="/feed.xml" title="ZhaoCloud" /></head>
21+
<body><header class="site-header"><a class="site-title" rel="author" href="/">ZhaoCloud</a><nav class="site-nav">
22+
<input type="checkbox" id="nav-trigger" class="nav-trigger" />
23+
<label for="nav-trigger">
24+
<span class="menu-icon">
25+
<svg viewBox="0 0 18 15" width="18px" height="15px">
26+
<path d="M18,1.484c0,0.82-0.665,1.484-1.484,1.484H1.484C0.665,2.969,0,2.304,0,1.484l0,0C0,0.665,0.665,0,1.484,0 h15.032C17.335,0,18,0.665,18,1.484L18,1.484z M18,7.516C18,8.335,17.335,9,16.516,9H1.484C0.665,9,0,8.335,0,7.516l0,0 c0-0.82,0.665-1.484,1.484-1.484h15.032C17.335,6.031,18,6.696,18,7.516L18,7.516z M18,13.516C18,14.335,17.335,15,16.516,15H1.484 C0.665,15,0,14.335,0,13.516l0,0c0-0.82,0.665-1.483,1.484-1.483h15.032C17.335,12.031,18,12.695,18,13.516L18,13.516z"/>
27+
</svg>
28+
</span>
29+
</label>
30+
31+
<div class="trigger">
32+
<a class="page-link" href="/2021-05-08-projects-list">
33+
--&gt;Projects list&lt;--
34+
</a>
35+
<a class="page-link" href="/about">
36+
About
37+
</a></div>
38+
</nav><div class="site-icon">
39+
<img src="assets/default-icon.png" />
40+
</div>
41+
42+
</header><main class="page-content" aria-label="Content">
43+
<div class="wrapper">
44+
<article class="post h-entry" itemscope itemtype="http://schema.org/BlogPosting">
45+
46+
<header class="post-header">
47+
<h1 class="post-title p-name" itemprop="name headline">Bug of Searx (Aug 3)</h1>
48+
</header>
49+
50+
<div class="post-content e-content" itemprop="articleBody">
51+
<p>Yesterday, I also changed my Searx server. In the past 24 hours it became unstable, and can’t get answer from Google.</p>
52+
53+
<p><del>I’ve noticed that and fixing. Please go to <a href="https://searx.space"><em>searx.space</em></a> use another instance now. (UTC 9:20)</del></p>
54+
55+
<p>Update at UTC 9:35&gt; it has been fixed. Everything works well now. I’ll keep watching on it.</p>
56+
57+
<p>(I guess the reason is Google banned the server’s IP. I’m changing it, and considering changing the dynamic IP regularly.)</p>
58+
59+
60+
</div>
61+
62+
<p class="post-meta"><time class="dt-published" datetime="2021-08-03T00:00:00+08:00" itemprop="datePublished">
63+
Aug 3, 2021
64+
</time></p>
65+
66+
67+
<a class="u-url" href="/bug210803" hidden></a>
68+
</article>
69+
</div>
70+
</main><footer class="site-footer h-card">
71+
<data class="u-url" href="/"></data>
72+
73+
<div class="wrapper">
74+
75+
<div class="footer">
76+
<div class="footer-title">2021 &copy; ZhaoCloud</div>
77+
78+
79+
</div>
80+
</div>
81+
82+
</footer>
83+
</body>
84+
85+
</html>

bug210804.html

+90
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
<!DOCTYPE html>
2+
<html lang="en"><head>
3+
<meta charset="utf-8">
4+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
5+
<meta name="viewport" content="width=device-width, initial-scale=1"><!-- Begin Jekyll SEO tag v2.7.1 -->
6+
<title>Bug of Searx (Aug 4) | ZhaoCloud</title>
7+
<meta name="generator" content="Jekyll v4.2.0" />
8+
<meta property="og:title" content="Bug of Searx (Aug 4)" />
9+
<meta property="og:locale" content="en_US" />
10+
<meta name="description" content="Sorry! My instance still can’t get answer from Google often. Error is [too many requests]." />
11+
<meta property="og:description" content="Sorry! My instance still can’t get answer from Google often. Error is [too many requests]." />
12+
<meta property="og:site_name" content="ZhaoCloud" />
13+
<meta property="og:type" content="article" />
14+
<meta property="article:published_time" content="2021-08-04T00:00:00+08:00" />
15+
<meta name="twitter:card" content="summary" />
16+
<meta property="twitter:title" content="Bug of Searx (Aug 4)" />
17+
<script type="application/ld+json">
18+
{"@type":"BlogPosting","mainEntityOfPage":{"@type":"WebPage","@id":"/bug210804"},"url":"/bug210804","headline":"Bug of Searx (Aug 4)","dateModified":"2021-08-04T00:00:00+08:00","datePublished":"2021-08-04T00:00:00+08:00","description":"Sorry! My instance still can’t get answer from Google often. Error is [too many requests].","@context":"https://schema.org"}</script>
19+
<!-- End Jekyll SEO tag -->
20+
<link rel="stylesheet" href="/assets/css/style.css"><link type="application/atom+xml" rel="alternate" href="/feed.xml" title="ZhaoCloud" /></head>
21+
<body><header class="site-header"><a class="site-title" rel="author" href="/">ZhaoCloud</a><nav class="site-nav">
22+
<input type="checkbox" id="nav-trigger" class="nav-trigger" />
23+
<label for="nav-trigger">
24+
<span class="menu-icon">
25+
<svg viewBox="0 0 18 15" width="18px" height="15px">
26+
<path d="M18,1.484c0,0.82-0.665,1.484-1.484,1.484H1.484C0.665,2.969,0,2.304,0,1.484l0,0C0,0.665,0.665,0,1.484,0 h15.032C17.335,0,18,0.665,18,1.484L18,1.484z M18,7.516C18,8.335,17.335,9,16.516,9H1.484C0.665,9,0,8.335,0,7.516l0,0 c0-0.82,0.665-1.484,1.484-1.484h15.032C17.335,6.031,18,6.696,18,7.516L18,7.516z M18,13.516C18,14.335,17.335,15,16.516,15H1.484 C0.665,15,0,14.335,0,13.516l0,0c0-0.82,0.665-1.483,1.484-1.483h15.032C17.335,12.031,18,12.695,18,13.516L18,13.516z"/>
27+
</svg>
28+
</span>
29+
</label>
30+
31+
<div class="trigger">
32+
<a class="page-link" href="/2021-05-08-projects-list">
33+
--&gt;Projects list&lt;--
34+
</a>
35+
<a class="page-link" href="/about">
36+
About
37+
</a></div>
38+
</nav><div class="site-icon">
39+
<img src="assets/default-icon.png" />
40+
</div>
41+
42+
</header><main class="page-content" aria-label="Content">
43+
<div class="wrapper">
44+
<article class="post h-entry" itemscope itemtype="http://schema.org/BlogPosting">
45+
46+
<header class="post-header">
47+
<h1 class="post-title p-name" itemprop="name headline">Bug of Searx (Aug 4)</h1>
48+
</header>
49+
50+
<div class="post-content e-content" itemprop="articleBody">
51+
<p>Sorry! My instance still can’t get answer from Google often. Error is [too many requests].</p>
52+
53+
<p>For normal users:</p>
54+
55+
<ol>
56+
<li>You can change <a href="https://s.zhaocloud.net/preferences">preferences</a> to use other search engines.</li>
57+
<li>If you really need Google, Go to <a href="https://searx.space"><em>searx.space</em></a> use another instance please.</li>
58+
</ol>
59+
60+
<hr />
61+
62+
<p>I sincerely hope everyone fair use my services. Thank you!</p>
63+
64+
65+
</div>
66+
67+
<p class="post-meta"><time class="dt-published" datetime="2021-08-04T00:00:00+08:00" itemprop="datePublished">
68+
Aug 4, 2021
69+
</time></p>
70+
71+
72+
<a class="u-url" href="/bug210804" hidden></a>
73+
</article>
74+
</div>
75+
</main><footer class="site-footer h-card">
76+
<data class="u-url" href="/"></data>
77+
78+
<div class="wrapper">
79+
80+
<div class="footer">
81+
<div class="footer-title">2021 &copy; ZhaoCloud</div>
82+
83+
84+
</div>
85+
</div>
86+
87+
</footer>
88+
</body>
89+
90+
</html>

dnssec-ipv6.html

+80
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
<!DOCTYPE html>
2+
<html lang="en"><head>
3+
<meta charset="utf-8">
4+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
5+
<meta name="viewport" content="width=device-width, initial-scale=1"><!-- Begin Jekyll SEO tag v2.7.1 -->
6+
<title>DNSSEC and IPV6 | ZhaoCloud</title>
7+
<meta name="generator" content="Jekyll v4.2.0" />
8+
<meta property="og:title" content="DNSSEC and IPV6" />
9+
<meta property="og:locale" content="en_US" />
10+
<meta name="description" content="Dnssec is enabled." />
11+
<meta property="og:description" content="Dnssec is enabled." />
12+
<meta property="og:site_name" content="ZhaoCloud" />
13+
<meta property="og:type" content="article" />
14+
<meta property="article:published_time" content="2021-08-13T00:00:00+08:00" />
15+
<meta name="twitter:card" content="summary" />
16+
<meta property="twitter:title" content="DNSSEC and IPV6" />
17+
<script type="application/ld+json">
18+
{"@type":"BlogPosting","mainEntityOfPage":{"@type":"WebPage","@id":"/dnssec-ipv6"},"url":"/dnssec-ipv6","headline":"DNSSEC and IPV6","dateModified":"2021-08-13T00:00:00+08:00","datePublished":"2021-08-13T00:00:00+08:00","description":"Dnssec is enabled.","@context":"https://schema.org"}</script>
19+
<!-- End Jekyll SEO tag -->
20+
<link rel="stylesheet" href="/assets/css/style.css"><link type="application/atom+xml" rel="alternate" href="/feed.xml" title="ZhaoCloud" /></head>
21+
<body><header class="site-header"><a class="site-title" rel="author" href="/">ZhaoCloud</a><nav class="site-nav">
22+
<input type="checkbox" id="nav-trigger" class="nav-trigger" />
23+
<label for="nav-trigger">
24+
<span class="menu-icon">
25+
<svg viewBox="0 0 18 15" width="18px" height="15px">
26+
<path d="M18,1.484c0,0.82-0.665,1.484-1.484,1.484H1.484C0.665,2.969,0,2.304,0,1.484l0,0C0,0.665,0.665,0,1.484,0 h15.032C17.335,0,18,0.665,18,1.484L18,1.484z M18,7.516C18,8.335,17.335,9,16.516,9H1.484C0.665,9,0,8.335,0,7.516l0,0 c0-0.82,0.665-1.484,1.484-1.484h15.032C17.335,6.031,18,6.696,18,7.516L18,7.516z M18,13.516C18,14.335,17.335,15,16.516,15H1.484 C0.665,15,0,14.335,0,13.516l0,0c0-0.82,0.665-1.483,1.484-1.483h15.032C17.335,12.031,18,12.695,18,13.516L18,13.516z"/>
27+
</svg>
28+
</span>
29+
</label>
30+
31+
<div class="trigger">
32+
<a class="page-link" href="/2021-05-08-projects-list">
33+
--&gt;Projects list&lt;--
34+
</a>
35+
<a class="page-link" href="/about">
36+
About
37+
</a></div>
38+
</nav><div class="site-icon">
39+
<img src="assets/default-icon.png" />
40+
</div>
41+
42+
</header><main class="page-content" aria-label="Content">
43+
<div class="wrapper">
44+
<article class="post h-entry" itemscope itemtype="http://schema.org/BlogPosting">
45+
46+
<header class="post-header">
47+
<h1 class="post-title p-name" itemprop="name headline">DNSSEC and IPV6</h1>
48+
</header>
49+
50+
<div class="post-content e-content" itemprop="articleBody">
51+
<p>Dnssec is enabled.</p>
52+
53+
<p>Ipv6 at Searx is disabled temporarily.</p>
54+
55+
</div>
56+
57+
<p class="post-meta"><time class="dt-published" datetime="2021-08-13T00:00:00+08:00" itemprop="datePublished">
58+
Aug 13, 2021
59+
</time></p>
60+
61+
62+
<a class="u-url" href="/dnssec-ipv6" hidden></a>
63+
</article>
64+
</div>
65+
</main><footer class="site-footer h-card">
66+
<data class="u-url" href="/"></data>
67+
68+
<div class="wrapper">
69+
70+
<div class="footer">
71+
<div class="footer-title">2021 &copy; ZhaoCloud</div>
72+
73+
74+
</div>
75+
</div>
76+
77+
</footer>
78+
</body>
79+
80+
</html>

homepage-cdn.html

+82
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
<!DOCTYPE html>
2+
<html lang="en"><head>
3+
<meta charset="utf-8">
4+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
5+
<meta name="viewport" content="width=device-width, initial-scale=1"><!-- Begin Jekyll SEO tag v2.7.1 -->
6+
<title>Homepage with CDN | ZhaoCloud</title>
7+
<meta name="generator" content="Jekyll v4.2.0" />
8+
<meta property="og:title" content="Homepage with CDN" />
9+
<meta property="og:locale" content="en_US" />
10+
<meta name="description" content="In case of funds issues. The homepage is now running on an IPV6 only server. I have to use CDN to make it is reachable from IPV4 network. I have the duty to remind you:" />
11+
<meta property="og:description" content="In case of funds issues. The homepage is now running on an IPV6 only server. I have to use CDN to make it is reachable from IPV4 network. I have the duty to remind you:" />
12+
<meta property="og:site_name" content="ZhaoCloud" />
13+
<meta property="og:type" content="article" />
14+
<meta property="article:published_time" content="2021-08-02T00:00:00+08:00" />
15+
<meta name="twitter:card" content="summary" />
16+
<meta property="twitter:title" content="Homepage with CDN" />
17+
<script type="application/ld+json">
18+
{"@type":"BlogPosting","mainEntityOfPage":{"@type":"WebPage","@id":"/homepage-cdn"},"url":"/homepage-cdn","headline":"Homepage with CDN","dateModified":"2021-08-02T00:00:00+08:00","datePublished":"2021-08-02T00:00:00+08:00","description":"In case of funds issues. The homepage is now running on an IPV6 only server. I have to use CDN to make it is reachable from IPV4 network. I have the duty to remind you:","@context":"https://schema.org"}</script>
19+
<!-- End Jekyll SEO tag -->
20+
<link rel="stylesheet" href="/assets/css/style.css"><link type="application/atom+xml" rel="alternate" href="/feed.xml" title="ZhaoCloud" /></head>
21+
<body><header class="site-header"><a class="site-title" rel="author" href="/">ZhaoCloud</a><nav class="site-nav">
22+
<input type="checkbox" id="nav-trigger" class="nav-trigger" />
23+
<label for="nav-trigger">
24+
<span class="menu-icon">
25+
<svg viewBox="0 0 18 15" width="18px" height="15px">
26+
<path d="M18,1.484c0,0.82-0.665,1.484-1.484,1.484H1.484C0.665,2.969,0,2.304,0,1.484l0,0C0,0.665,0.665,0,1.484,0 h15.032C17.335,0,18,0.665,18,1.484L18,1.484z M18,7.516C18,8.335,17.335,9,16.516,9H1.484C0.665,9,0,8.335,0,7.516l0,0 c0-0.82,0.665-1.484,1.484-1.484h15.032C17.335,6.031,18,6.696,18,7.516L18,7.516z M18,13.516C18,14.335,17.335,15,16.516,15H1.484 C0.665,15,0,14.335,0,13.516l0,0c0-0.82,0.665-1.483,1.484-1.483h15.032C17.335,12.031,18,12.695,18,13.516L18,13.516z"/>
27+
</svg>
28+
</span>
29+
</label>
30+
31+
<div class="trigger">
32+
<a class="page-link" href="/2021-05-08-projects-list">
33+
--&gt;Projects list&lt;--
34+
</a>
35+
<a class="page-link" href="/about">
36+
About
37+
</a></div>
38+
</nav><div class="site-icon">
39+
<img src="assets/default-icon.png" />
40+
</div>
41+
42+
</header><main class="page-content" aria-label="Content">
43+
<div class="wrapper">
44+
<article class="post h-entry" itemscope itemtype="http://schema.org/BlogPosting">
45+
46+
<header class="post-header">
47+
<h1 class="post-title p-name" itemprop="name headline">Homepage with CDN</h1>
48+
</header>
49+
50+
<div class="post-content e-content" itemprop="articleBody">
51+
<p>In case of funds issues. The <strong>homepage</strong> is now running on an IPV6 only server. I have to use CDN to make it is reachable from IPV4 network. I have the duty to remind you:</p>
52+
53+
<p><strong>My CDN provider, Cloudflare, can see the traffic and log the data.</strong> It depends on their privacy policy. I may change my privacy policy in a few days.</p>
54+
55+
<p>Also, <strong>if you visit the site when my server is down. You’ll see the Cloudflare error page. Cloudflare will leave cookies on your browser in that situation.</strong></p>
56+
57+
</div>
58+
59+
<p class="post-meta"><time class="dt-published" datetime="2021-08-02T00:00:00+08:00" itemprop="datePublished">
60+
Aug 2, 2021
61+
</time></p>
62+
63+
64+
<a class="u-url" href="/homepage-cdn" hidden></a>
65+
</article>
66+
</div>
67+
</main><footer class="site-footer h-card">
68+
<data class="u-url" href="/"></data>
69+
70+
<div class="wrapper">
71+
72+
<div class="footer">
73+
<div class="footer-title">2021 &copy; ZhaoCloud</div>
74+
75+
76+
</div>
77+
</div>
78+
79+
</footer>
80+
</body>
81+
82+
</html>

0 commit comments

Comments
 (0)