Skip to content

Instantly share code, notes, and snippets.

@gunk1n
Last active October 16, 2025 21:56
Show Gist options
  • Select an option

  • Save gunk1n/8e1fe0de32bf3abeef5c2f75ce294264 to your computer and use it in GitHub Desktop.

Select an option

Save gunk1n/8e1fe0de32bf3abeef5c2f75ce294264 to your computer and use it in GitHub Desktop.
🔘 plug # dns.n3tw0rk.space
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
body {
#background: linear-gradient(135deg, #1a2a6c, #b21f1f, #fdbb2d);
background: linear-gradient(135deg, #122D5E, #2254B0, #122D5E);
min-height: 100vh;
display: flex;
justify-content: center;
align-items: center;
padding: 20px;
color: #333;
}
.container {
max-width: 800px;
width: 100%;
background: rgba(255, 255, 255, 0.95);
border-radius: 15px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
overflow: hidden;
}
.header {
#background: #2c3e50;
background: #000000;
color: white;
padding: 25px;
text-align: center;
}
.header h1 {
font-size: 28px;
margin-bottom: 10px;
}
.content {
padding: 30px;
}
.warning {
display: flex;
align-items: center;
margin-bottom: 25px;
background: #fff4f4;
padding: 15px;
border-radius: 8px;
border-left: 5px solid #e74c3c;
}
.warning-icon {
font-size: 40px;
color: #e74c3c;
margin-right: 20px;
}
.details {
background: #f8f9fa;
padding: 20px;
border-radius: 8px;
margin-bottom: 25px;
}
.detail-row {
display: flex;
margin-bottom: 12px;
padding-bottom: 12px;
border-bottom: 1px solid #eee;
}
.detail-row:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}
.detail-label {
font-weight: 600;
min-width: 120px;
color: #2c3e50;
}
.detail-value {
flex: 1;
word-break: break-all;
}
.reason {
background: #f0f7ff;
padding: 20px;
border-radius: 8px;
margin-bottom: 25px;
border-left: 5px solid #3498db;
}
.footer {
text-align: center;
padding: 20px;
color: #7f8c8d;
font-size: 14px;
border-top: 1px solid #eee;
}
.lock-icon {
font-size: 24px;
vertical-align: middle;
margin-right: 8px;
}
.website-url {
color: #e74c3c;
font-weight: 700;
}
@media (max-width: 600px) {
.header h1 {
font-size: 22px;
}
.detail-row {
flex-direction: column;
}
.detail-label {
margin-bottom: 5px;
}
.warning {
flex-direction: column;
text-align: center;
}
.warning-icon {
margin-right: 0;
margin-bottom: 15px;
}
}
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Доступ заблокирован</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
body {
#background: linear-gradient(135deg, #1a2a6c, #b21f1f, #fdbb2d);
background: linear-gradient(135deg, #122D5E, #2254B0, #122D5E);
min-height: 100vh;
display: flex;
justify-content: center;
align-items: center;
padding: 20px;
color: #333;
}
.container {
max-width: 800px;
width: 100%;
background: rgba(255, 255, 255, 0.95);
border-radius: 15px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
overflow: hidden;
}
.header {
#background: #2c3e50;
background: #000000;
color: white;
padding: 25px;
text-align: center;
}
.header h1 {
font-size: 28px;
margin-bottom: 10px;
}
.content {
padding: 30px;
}
.warning {
display: flex;
align-items: center;
margin-bottom: 25px;
background: #fff4f4;
padding: 15px;
border-radius: 8px;
border-left: 5px solid #e74c3c;
}
.warning-icon {
font-size: 40px;
color: #e74c3c;
margin-right: 20px;
}
.details {
background: #f8f9fa;
padding: 20px;
border-radius: 8px;
margin-bottom: 25px;
}
.detail-row {
display: flex;
margin-bottom: 12px;
padding-bottom: 12px;
border-bottom: 1px solid #eee;
}
.detail-row:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}
.detail-label {
font-weight: 600;
min-width: 120px;
color: #2c3e50;
}
.detail-value {
flex: 1;
word-break: break-all;
}
.reason {
background: #f0f7ff;
padding: 20px;
border-radius: 8px;
margin-bottom: 25px;
border-left: 5px solid #3498db;
}
.footer {
text-align: center;
padding: 20px;
color: #7f8c8d;
font-size: 14px;
border-top: 1px solid #eee;
}
.lock-icon {
font-size: 24px;
vertical-align: middle;
margin-right: 8px;
}
.website-url {
color: #e74c3c;
font-weight: 700;
}
@media (max-width: 600px) {
.header h1 {
font-size: 22px;
}
.detail-row {
flex-direction: column;
}
.detail-label {
margin-bottom: 5px;
}
.warning {
flex-direction: column;
text-align: center;
}
.warning-icon {
margin-right: 0;
margin-bottom: 15px;
}
}
</style>
</head>
<body>
<div class="container">
<div class="header">
<h1><span class="lock-icon">🔒</span>Доступ ограничен</h1>
<p>Запрос заблокирован системой сетевой безопасности</p>
</div>
<div class="content">
<div class="warning">
<div class="warning-icon">⚠️</div>
<div>
<h2>Предупреждение системы безопасности</h2>
<p>Ваш запрос к ресурсу <span class="website-url">$website</span> был заблокирован в соответствии с политикой безопасности.</p>
</div>
</div>
<div class="details">
<div class="detail-row">
<div class="detail-label">Заблокированный домен:&nbsp;</div>
<div class="detail-value">$domain</div>
</div>
<div class="detail-row">
<div class="detail-label">Категория:&nbsp;</div>
<div class="detail-value">$category</div>
</div>
<div class="detail-row">
<div class="detail-label">Время блокировки:&nbsp;</div>
<div class="detail-value" id="current-time"></div>
</div>
</div>
<div class="reason">
<h3>Причина блокировки:</h3>
<p>$reason</p>
</div>
<p>Если вы считаете, что данный ресурс заблокирован ошибочно, пожалуйста, обратитесь к администратору вашей сети.</p>
</div>
<div class="footer">
<p>n3tw0rk.space © 2025</p>
</div>
</div>
<script>
// Добавляем текущее время блокировки
document.getElementById('current-time').textContent = new Date().toLocaleString();
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment