legacyip-warn/snippets/legacy-banner.conf

32 lines
1.1 KiB
Plaintext
Raw Normal View History

2020-09-06 20:07:24 +02:00
set $legacy "
<script src='/legacywarn.js'></script>
<style>
#legacywarnoverlay {
position: fixed;
width: 100%;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0,0,0,0.9);
2020-10-06 18:21:40 +02:00
z-index: 16777271;
2020-09-06 20:07:24 +02:00
cursor: pointer;
text-align: center;
2021-06-05 16:51:03 +02:00
display: none;
2020-09-06 20:07:24 +02:00
}
#legacywarnoverlay p {
padding: 10px;
color: white;
}
#legacywarnoverlay p a {
text-decoration: underline;
color: white;
}
#legavywarnoverlay p a:hover {
text-decoration: none;
}
</style>
<div id='legacywarnoverlay'>
<p>Du besuchst diese Seite mit einem <strong>veralteten</strong> IPv4-Internetzugang. M&ouml;glicherweise treten in Zukunft Probleme mit der Erreichbarkeit und Performance auf. Bitte Frage deinen Internetanbieter oder Netzwerkadministrator nach IPv6-Unterst&uuml;tzung.<br>
2020-09-14 17:39:00 +02:00
You are visiting this site with an <strong>outdated</strong> IPv4 internet access. You may experience problems with accessibility and performance in the future. Please ask your ISP or network administrator for IPv6 support.<br>
2020-09-06 20:07:24 +02:00
<a href='https://margau.net/ipv6' target='_blank'>Weitere Infos | More Information</a><br>Klicke zum schlie&szlig;en | Click to close</p></div></body>";