Browse Source

Add a note about ICMP rate-limiting

Baptiste Jonglez 10 years ago
parent
commit
bde9fd46d7
1 changed files with 2 additions and 1 deletions
  1. 2 1
      templates/home.html

+ 2 - 1
templates/home.html

@@ -28,7 +28,8 @@ guide</a>.</p>
 <p>
 <form action="/submit" method="POST">
 <label for="target">Target:</label>
-<input type="text" name="target" id="target" value="{{ request.remote_addr|ipaddress_pp|not_dn42 }}"/><br />
+<input type="text" name="target" id="target" value="{{ request.remote_addr|ipaddress_pp|not_dn42 }}"/>
+<span style="margin-left: 1em;"><strong>Note:</strong> the target may block or rate-limit ICMP (e.g. Fritz!Box routers)</span><br />
 <input type="checkbox" id="public" name="public" />
 <label for="public">Public?</label><br />
 <input type="submit" value="Launch" />