|
@@ -22,7 +22,7 @@ latency from various points in the network towards you.</p>
|
|
|
<p>
|
|
|
<form action="/submit" method="POST">
|
|
|
<label for="target">Target:</label>
|
|
|
-<input type="text" name="target" id="target" /><br />
|
|
|
+<input type="text" name="target" id="target" value="{{ request.remote_addr }}"/><br />
|
|
|
<input type="checkbox" id="public" name="public" />
|
|
|
<label for="public">Public?</label><br />
|
|
|
<input type="submit" value="Launch" />
|