nginx 1.26.1
tcp/443 tcp/80
Open service 43.174.246.26:443 · tester.ink
2026-01-13 00:01
HTTP/1.1 200 OK
Last-Modified: Thu, 07 Aug 2025 17:38:21 GMT
Etag: "6894e48d-25e1"
Server: nginx/1.26.1
Content-Type: text/html
Content-Length: 9697
Accept-Ranges: bytes
Connection: close
Date: Tue, 13 Jan 2026 00:02:24 GMT
Age: 956026
EO-LOG-UUID: 15964816283219679274
EO-Cache-Status: HIT
Cache-Control: max-age=0
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 文本工具
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<script src="js/common.js" defer></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>文本工具</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<style>
:root {
--bg-color: #1a1a1a;
--text-color: #ffffff;
--button-bg: #333;
--button-hover: #444;
--textarea-bg: #2a2a2a;
}
[data-theme="light"] {
--bg-color: #ffffff;
--text-color: #000000;
--button-bg: #e0e0e0;
--button-hover: #d0d0d0;
--textarea-bg: #f5f5f5;
}
body {
background-color: var(--bg-color);
color: var(--text-color);
font-family: Arial, sans-serif;
margin: 0;
padding: 20px;
transition: background-color 0.3s;
}
.container {
max-width: 1200px;
margin: 0 auto;
}
.toolbar {
display: flex;
gap: 10px;
margin-bottom: 20px;
align-items: center;
}
button {
padding: 8px 16px;
border: none;
border-radius: 4px;
background-color: var(--button-bg);
color: var(--text-color);
cursor: pointer;
transition: background-color 0.2s;
}
button:hover {
background-color: var(--button-hover);
}
.content-wrapper {
display: flex;
gap: 20px;
height: calc(100vh - 120px); /* 设置固定高度 */
margin-top: 20px;
}
.input-section, .result-section {
flex: 1;
display: flex;
flex-direction: column;
min-width: 0; /* 防止flex子项溢出 */
}
.input-section {
gap: 10px;
}
.input-controls {
display: flex;
gap: 10px;
flex-wrap: wrap;
justify-content: flex-start; /* 确保按钮靠左对齐 */
}
.function-buttons {
display: flex;
gap: 10px;
flex-wrap: wrap;
}
textarea {
flex: none; /* 防止textarea被压缩 */
height: 400px; /* 固定高度 */
padding: 10px;
border-radius: 4px;
background-color: var(--textarea-bg);
color: var(--text-color);
border: 1px solid var(--button-bg);
resize: none; /* 禁用调整大小 */
width: 100%;
box-sizing: border-box;
white-space: pre-wrap;
word-wrap: break-word;
}
#themeToggle {
margin-left: auto;
width: 40px;
height: 40px;
border-radius: 50%;
padding: 0;
display: flex;
align-items: center;
justify-content: center;
}
.result-section {
position: relative;
}
.result-container {
background-color: var(--textarea-bg);
border-radius: 4px;
padding: 15px;
border: 1px solid var(--button-bg);
overflow-y: auto;
overflow-x: hidden;
word-wrap: break-word;
white-space: pre-wrap;
min-height: 400px; /* 与输入框保持一致的最小高度 */
max-height: 800px; /* 设置最大高度,超出时显示滚动条 */
}
/* 确保 JSON 格式化后的内容也能换行 */
.result-container pre {
white-space: pre-wrap;
word-wrap: break-word;
margin: 0;
}
.result-container:empty {
top: 0; /* 如果没有结果�
Open service 43.174.247.26:443 · tester.ink
2026-01-13 00:01
HTTP/1.1 200 OK
Last-Modified: Thu, 07 Aug 2025 17:38:21 GMT
Etag: "6894e48d-25e1"
Server: nginx/1.26.1
Content-Type: text/html
Content-Length: 9697
Accept-Ranges: bytes
Connection: close
Date: Tue, 13 Jan 2026 00:02:24 GMT
Age: 956026
EO-LOG-UUID: 11572567875019140136
EO-Cache-Status: HIT
Cache-Control: max-age=0
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 文本工具
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<script src="js/common.js" defer></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>文本工具</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<style>
:root {
--bg-color: #1a1a1a;
--text-color: #ffffff;
--button-bg: #333;
--button-hover: #444;
--textarea-bg: #2a2a2a;
}
[data-theme="light"] {
--bg-color: #ffffff;
--text-color: #000000;
--button-bg: #e0e0e0;
--button-hover: #d0d0d0;
--textarea-bg: #f5f5f5;
}
body {
background-color: var(--bg-color);
color: var(--text-color);
font-family: Arial, sans-serif;
margin: 0;
padding: 20px;
transition: background-color 0.3s;
}
.container {
max-width: 1200px;
margin: 0 auto;
}
.toolbar {
display: flex;
gap: 10px;
margin-bottom: 20px;
align-items: center;
}
button {
padding: 8px 16px;
border: none;
border-radius: 4px;
background-color: var(--button-bg);
color: var(--text-color);
cursor: pointer;
transition: background-color 0.2s;
}
button:hover {
background-color: var(--button-hover);
}
.content-wrapper {
display: flex;
gap: 20px;
height: calc(100vh - 120px); /* 设置固定高度 */
margin-top: 20px;
}
.input-section, .result-section {
flex: 1;
display: flex;
flex-direction: column;
min-width: 0; /* 防止flex子项溢出 */
}
.input-section {
gap: 10px;
}
.input-controls {
display: flex;
gap: 10px;
flex-wrap: wrap;
justify-content: flex-start; /* 确保按钮靠左对齐 */
}
.function-buttons {
display: flex;
gap: 10px;
flex-wrap: wrap;
}
textarea {
flex: none; /* 防止textarea被压缩 */
height: 400px; /* 固定高度 */
padding: 10px;
border-radius: 4px;
background-color: var(--textarea-bg);
color: var(--text-color);
border: 1px solid var(--button-bg);
resize: none; /* 禁用调整大小 */
width: 100%;
box-sizing: border-box;
white-space: pre-wrap;
word-wrap: break-word;
}
#themeToggle {
margin-left: auto;
width: 40px;
height: 40px;
border-radius: 50%;
padding: 0;
display: flex;
align-items: center;
justify-content: center;
}
.result-section {
position: relative;
}
.result-container {
background-color: var(--textarea-bg);
border-radius: 4px;
padding: 15px;
border: 1px solid var(--button-bg);
overflow-y: auto;
overflow-x: hidden;
word-wrap: break-word;
white-space: pre-wrap;
min-height: 400px; /* 与输入框保持一致的最小高度 */
max-height: 800px; /* 设置最大高度,超出时显示滚动条 */
}
/* 确保 JSON 格式化后的内容也能换行 */
.result-container pre {
white-space: pre-wrap;
word-wrap: break-word;
margin: 0;
}
.result-container:empty {
top: 0; /* 如果没有结果�
Open service 43.174.247.26:80 · tester.ink
2026-01-13 00:01
HTTP/1.1 301 Moved Permanently
Server: nginx/1.26.1
Content-Type: text/html
Location: https://www.tester.ink/
Content-Length: 169
Connection: close
Date: Tue, 13 Jan 2026 00:02:27 GMT
EO-LOG-UUID: 3335613317952689225
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 301 Moved Permanently
<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>nginx/1.26.1</center>
</body>
</html>
Open service 240d:c010:77:2::d9:80 · tester.ink
2026-01-13 00:01
HTTP/1.1 200 OK
Last-Modified: Thu, 07 Aug 2025 17:38:21 GMT
Etag: "6894e48d-25e1"
Server: nginx/1.26.1
Content-Type: text/html
Content-Length: 9697
Accept-Ranges: bytes
Connection: close
Date: Tue, 13 Jan 2026 00:02:28 GMT
Age: 33
EO-LOG-UUID: 17381855210920360325
EO-Cache-Status: HIT
Cache-Control: max-age=0
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 文本工具
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<script src="js/common.js" defer></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>文本工具</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<style>
:root {
--bg-color: #1a1a1a;
--text-color: #ffffff;
--button-bg: #333;
--button-hover: #444;
--textarea-bg: #2a2a2a;
}
[data-theme="light"] {
--bg-color: #ffffff;
--text-color: #000000;
--button-bg: #e0e0e0;
--button-hover: #d0d0d0;
--textarea-bg: #f5f5f5;
}
body {
background-color: var(--bg-color);
color: var(--text-color);
font-family: Arial, sans-serif;
margin: 0;
padding: 20px;
transition: background-color 0.3s;
}
.container {
max-width: 1200px;
margin: 0 auto;
}
.toolbar {
display: flex;
gap: 10px;
margin-bottom: 20px;
align-items: center;
}
button {
padding: 8px 16px;
border: none;
border-radius: 4px;
background-color: var(--button-bg);
color: var(--text-color);
cursor: pointer;
transition: background-color 0.2s;
}
button:hover {
background-color: var(--button-hover);
}
.content-wrapper {
display: flex;
gap: 20px;
height: calc(100vh - 120px); /* 设置固定高度 */
margin-top: 20px;
}
.input-section, .result-section {
flex: 1;
display: flex;
flex-direction: column;
min-width: 0; /* 防止flex子项溢出 */
}
.input-section {
gap: 10px;
}
.input-controls {
display: flex;
gap: 10px;
flex-wrap: wrap;
justify-content: flex-start; /* 确保按钮靠左对齐 */
}
.function-buttons {
display: flex;
gap: 10px;
flex-wrap: wrap;
}
textarea {
flex: none; /* 防止textarea被压缩 */
height: 400px; /* 固定高度 */
padding: 10px;
border-radius: 4px;
background-color: var(--textarea-bg);
color: var(--text-color);
border: 1px solid var(--button-bg);
resize: none; /* 禁用调整大小 */
width: 100%;
box-sizing: border-box;
white-space: pre-wrap;
word-wrap: break-word;
}
#themeToggle {
margin-left: auto;
width: 40px;
height: 40px;
border-radius: 50%;
padding: 0;
display: flex;
align-items: center;
justify-content: center;
}
.result-section {
position: relative;
}
.result-container {
background-color: var(--textarea-bg);
border-radius: 4px;
padding: 15px;
border: 1px solid var(--button-bg);
overflow-y: auto;
overflow-x: hidden;
word-wrap: break-word;
white-space: pre-wrap;
min-height: 400px; /* 与输入框保持一致的最小高度 */
max-height: 800px; /* 设置最大高度,超出时显示滚动条 */
}
/* 确保 JSON 格式化后的内容也能换行 */
.result-container pre {
white-space: pre-wrap;
word-wrap: break-word;
margin: 0;
}
.result-container:empty {
top: 0; /* 如果没有结果�
Open service 43.174.246.26:80 · tester.ink
2026-01-13 00:01
HTTP/1.1 200 OK
Last-Modified: Thu, 07 Aug 2025 17:38:21 GMT
Etag: "6894e48d-25e1"
Server: nginx/1.26.1
Content-Type: text/html
Content-Length: 9697
Accept-Ranges: bytes
Connection: close
Date: Tue, 13 Jan 2026 00:02:27 GMT
Age: 676107
EO-LOG-UUID: 11373781501117793332
EO-Cache-Status: HIT
Cache-Control: max-age=0
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 文本工具
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<script src="js/common.js" defer></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>文本工具</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<style>
:root {
--bg-color: #1a1a1a;
--text-color: #ffffff;
--button-bg: #333;
--button-hover: #444;
--textarea-bg: #2a2a2a;
}
[data-theme="light"] {
--bg-color: #ffffff;
--text-color: #000000;
--button-bg: #e0e0e0;
--button-hover: #d0d0d0;
--textarea-bg: #f5f5f5;
}
body {
background-color: var(--bg-color);
color: var(--text-color);
font-family: Arial, sans-serif;
margin: 0;
padding: 20px;
transition: background-color 0.3s;
}
.container {
max-width: 1200px;
margin: 0 auto;
}
.toolbar {
display: flex;
gap: 10px;
margin-bottom: 20px;
align-items: center;
}
button {
padding: 8px 16px;
border: none;
border-radius: 4px;
background-color: var(--button-bg);
color: var(--text-color);
cursor: pointer;
transition: background-color 0.2s;
}
button:hover {
background-color: var(--button-hover);
}
.content-wrapper {
display: flex;
gap: 20px;
height: calc(100vh - 120px); /* 设置固定高度 */
margin-top: 20px;
}
.input-section, .result-section {
flex: 1;
display: flex;
flex-direction: column;
min-width: 0; /* 防止flex子项溢出 */
}
.input-section {
gap: 10px;
}
.input-controls {
display: flex;
gap: 10px;
flex-wrap: wrap;
justify-content: flex-start; /* 确保按钮靠左对齐 */
}
.function-buttons {
display: flex;
gap: 10px;
flex-wrap: wrap;
}
textarea {
flex: none; /* 防止textarea被压缩 */
height: 400px; /* 固定高度 */
padding: 10px;
border-radius: 4px;
background-color: var(--textarea-bg);
color: var(--text-color);
border: 1px solid var(--button-bg);
resize: none; /* 禁用调整大小 */
width: 100%;
box-sizing: border-box;
white-space: pre-wrap;
word-wrap: break-word;
}
#themeToggle {
margin-left: auto;
width: 40px;
height: 40px;
border-radius: 50%;
padding: 0;
display: flex;
align-items: center;
justify-content: center;
}
.result-section {
position: relative;
}
.result-container {
background-color: var(--textarea-bg);
border-radius: 4px;
padding: 15px;
border: 1px solid var(--button-bg);
overflow-y: auto;
overflow-x: hidden;
word-wrap: break-word;
white-space: pre-wrap;
min-height: 400px; /* 与输入框保持一致的最小高度 */
max-height: 800px; /* 设置最大高度,超出时显示滚动条 */
}
/* 确保 JSON 格式化后的内容也能换行 */
.result-container pre {
white-space: pre-wrap;
word-wrap: break-word;
margin: 0;
}
.result-container:empty {
top: 0; /* 如果没有结果�
Open service 240d:c010:77:2::d9:443 · tester.ink
2026-01-13 00:01
HTTP/1.1 200 OK
Last-Modified: Thu, 07 Aug 2025 17:38:21 GMT
Etag: "6894e48d-25e1"
Server: nginx/1.26.1
Content-Type: text/html
Content-Length: 9697
Accept-Ranges: bytes
Connection: close
Date: Tue, 13 Jan 2026 00:02:25 GMT
Age: 30
EO-LOG-UUID: 17398124240719824874
EO-Cache-Status: HIT
Cache-Control: max-age=0
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 文本工具
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<script src="js/common.js" defer></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>文本工具</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<style>
:root {
--bg-color: #1a1a1a;
--text-color: #ffffff;
--button-bg: #333;
--button-hover: #444;
--textarea-bg: #2a2a2a;
}
[data-theme="light"] {
--bg-color: #ffffff;
--text-color: #000000;
--button-bg: #e0e0e0;
--button-hover: #d0d0d0;
--textarea-bg: #f5f5f5;
}
body {
background-color: var(--bg-color);
color: var(--text-color);
font-family: Arial, sans-serif;
margin: 0;
padding: 20px;
transition: background-color 0.3s;
}
.container {
max-width: 1200px;
margin: 0 auto;
}
.toolbar {
display: flex;
gap: 10px;
margin-bottom: 20px;
align-items: center;
}
button {
padding: 8px 16px;
border: none;
border-radius: 4px;
background-color: var(--button-bg);
color: var(--text-color);
cursor: pointer;
transition: background-color 0.2s;
}
button:hover {
background-color: var(--button-hover);
}
.content-wrapper {
display: flex;
gap: 20px;
height: calc(100vh - 120px); /* 设置固定高度 */
margin-top: 20px;
}
.input-section, .result-section {
flex: 1;
display: flex;
flex-direction: column;
min-width: 0; /* 防止flex子项溢出 */
}
.input-section {
gap: 10px;
}
.input-controls {
display: flex;
gap: 10px;
flex-wrap: wrap;
justify-content: flex-start; /* 确保按钮靠左对齐 */
}
.function-buttons {
display: flex;
gap: 10px;
flex-wrap: wrap;
}
textarea {
flex: none; /* 防止textarea被压缩 */
height: 400px; /* 固定高度 */
padding: 10px;
border-radius: 4px;
background-color: var(--textarea-bg);
color: var(--text-color);
border: 1px solid var(--button-bg);
resize: none; /* 禁用调整大小 */
width: 100%;
box-sizing: border-box;
white-space: pre-wrap;
word-wrap: break-word;
}
#themeToggle {
margin-left: auto;
width: 40px;
height: 40px;
border-radius: 50%;
padding: 0;
display: flex;
align-items: center;
justify-content: center;
}
.result-section {
position: relative;
}
.result-container {
background-color: var(--textarea-bg);
border-radius: 4px;
padding: 15px;
border: 1px solid var(--button-bg);
overflow-y: auto;
overflow-x: hidden;
word-wrap: break-word;
white-space: pre-wrap;
min-height: 400px; /* 与输入框保持一致的最小高度 */
max-height: 800px; /* 设置最大高度,超出时显示滚动条 */
}
/* 确保 JSON 格式化后的内容也能换行 */
.result-container pre {
white-space: pre-wrap;
word-wrap: break-word;
margin: 0;
}
.result-container:empty {
top: 0; /* 如果没有结果�
Open service 43.174.246.26:80 · gf.tester.ink
2025-12-30 18:02
HTTP/1.1 301 Moved Permanently
Server: nginx/1.26.1
Content-Type: text/html
Location: https://gf.tester.ink/
Content-Length: 169
Connection: close
Date: Tue, 30 Dec 2025 18:02:14 GMT
EO-LOG-UUID: 12654886276978901603
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 301 Moved Permanently
<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>nginx/1.26.1</center>
</body>
</html>
Open service 43.174.246.26:443 · gf.tester.ink
2025-12-30 18:02
HTTP/1.1 302 Found
Server: nginx/1.26.1
Content-Type: text/html; charset=utf-8
Location: /login
X-Content-Type-Options: nosniff
X-Frame-Options: deny
X-Xss-Protection: 1; mode=block
Access-Control-Allow-Origin: *
Content-Length: 29
Connection: close
Date: Tue, 30 Dec 2025 18:02:11 GMT
EO-LOG-UUID: 18037604914671537332
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
<a href="/login">Found</a>.
Open service 43.174.247.26:80 · gf.tester.ink
2025-12-30 18:02
HTTP/1.1 301 Moved Permanently
Server: nginx/1.26.1
Content-Type: text/html
Location: https://gf.tester.ink/
Content-Length: 169
Connection: close
Date: Tue, 30 Dec 2025 18:02:14 GMT
EO-LOG-UUID: 17335248995783908751
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 301 Moved Permanently
<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>nginx/1.26.1</center>
</body>
</html>
Open service 43.174.247.26:443 · gf.tester.ink
2025-12-30 18:02
HTTP/1.1 302 Found
Server: nginx/1.26.1
Content-Type: text/html; charset=utf-8
Location: /login
X-Content-Type-Options: nosniff
X-Frame-Options: deny
X-Xss-Protection: 1; mode=block
Access-Control-Allow-Origin: *
Content-Length: 29
Connection: close
Date: Tue, 30 Dec 2025 18:02:12 GMT
EO-LOG-UUID: 8445637536437162314
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
<a href="/login">Found</a>.