summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorGuillaume Mazoyer <respawneral@gmail.com>2015-01-13 22:16:17 +0100
committerGuillaume Mazoyer <respawneral@gmail.com>2015-01-13 22:16:17 +0100
commit96c976dfdaeebf3b682a77091cc1b2bec7563bb1 (patch)
tree0671ebd9c9e8101a22a3254d2949e6f292a2e22f /index.php
parentf6c2a0040136a56ffda474575d5be0a6b1137489 (diff)
FQDN are usable for ping and traceroute.
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.php b/index.php
index e7c045b..e1fbdb6 100644
--- a/index.php
+++ b/index.php
@@ -65,8 +65,8 @@ final class LookingGlass {
print('<option value="bgp" selected="selected">show route IP_ADDRESS</option>');
print('<option value="as-path-regex">show route as-path-regex AS_PATH_REGEX</option>');
print('<option value="as">show route AS</option>');
- print('<option value="ping">ping IP_ADDRESS</option>');
- print('<option value="traceroute">traceroute IP_ADDRESS</option>');
+ print('<option value="ping">ping IP_ADDRESS|FQDN</option>');
+ print('<option value="traceroute">traceroute IP_ADDRESS|FQDN</option>');
print('</select>');
print('</div>');
}