Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
revoxhere authored Apr 4, 2024
1 parent cadcfed commit c66e8c3
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -413,8 +413,7 @@ <h1 class="subtitle">
</center>

<div class="notification is-warning">
Unfortunately the DDoS attacks continue. We're taking measures to make them less impactful but some bursts still get through. We may run a second server to handle the backup API calls, but we don't want to share too much data for obvious reasons.
~ Duino Team
Unfortunately the DDoS attacks continue. We're taking measures to make them less impactful but some bursts still get through. We have opened a second API server for basic readonly functions until the attack is mitigated. ~ Duino Team
</div>

<div class="field">
Expand Down Expand Up @@ -490,8 +489,7 @@ <h1 class="subtitle">
<div class="login-bottom box">

<div class="notification is-warning">
Unfortunately the DDoS attacks continue. We're taking measures to make them less impactful but some bursts still get through. We may run a second server to handle the backup API calls, but we don't want to share too much data for obvious reasons.
~ Duino Team
Unfortunately the DDoS attacks continue. We're taking measures to make them less impactful but some bursts still get through. We have opened a second API server for basic readonly functions until the attack is mitigated. ~ Duino Team
</div>

<span id="image_author">...</span>
Expand Down Expand Up @@ -630,6 +628,13 @@ <h1 class="heading">
</div>
</div>
</div>
<div class="tile is-ancestor">
<div class="tile is-parent">
<div class="notification is-warning">
<b>Wallet is running in readonly mode because the main server isn't responding.</b> We're suffering from DDoS attacks and you're currently connected to a backup node while we're trying to mitigate the problem. Thanks for your patience ~ Duino Team
</div>
</div>
</div>
<div class="tile is-ancestor" style="height:55vh">
<div class="tile is-parent">
<div class="tile is-child box">
Expand Down Expand Up @@ -1010,6 +1015,9 @@ <h1 class="title is-size-6">
</div>
</div>
</div>
<div class="box has-background-danger-light readonly_mode" style="display:none">
<b>Wallet is running in readonly mode because the main server isn't responding.</b> We're suffering from DDoS attacks and you're currently connected to a backup node while we're trying to mitigate the problem. Thanks for your patience ~ Duino Team
</div>
<div class="box has-background-danger-light unverified_box" style="display:none">
<p class="title is-size-6">
Your account is unverified!
Expand Down

0 comments on commit c66e8c3

Please sign in to comment.