diff options
author | Guillaume Mazoyer <respawneral@gmail.com> | 2015-01-13 22:16:17 +0100 |
---|---|---|
committer | Guillaume Mazoyer <respawneral@gmail.com> | 2015-01-13 22:16:17 +0100 |
commit | 96c976dfdaeebf3b682a77091cc1b2bec7563bb1 (patch) | |
tree | 0671ebd9c9e8101a22a3254d2949e6f292a2e22f /index.php | |
parent | f6c2a0040136a56ffda474575d5be0a6b1137489 (diff) |
FQDN are usable for ping and traceroute.
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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>'); } |