change adress to an ipv6-enabled host 273/head
authorFreifunkUFO <ufo@rund.freifunk.net>
Mon, 29 Dec 2014 18:05:00 +0000 (19:05 +0100)
committerFreifunkUFO <ufo@rund.freifunk.net>
Mon, 29 Dec 2014 18:05:00 +0000 (19:05 +0100)
applications/luci-freifunk-diagnostics/luasrc/view/freifunk/diagnostics.htm

index f35811f..24f9bae 100644 (file)
@@ -72,7 +72,7 @@ local has_traceroute6 = fs.access("/usr/bin/traceroute6")
                        <br />
 
                        <div style="width:30%; float:left">
                        <br />
 
                        <div style="width:30%; float:left">
-                               <input style="margin: 5px 0" type="text" value="openwrt.org" name="ping" /><br />
+                               <input style="margin: 5px 0" type="text" value="dev.openwrt.org" name="ping" /><br />
                                <% if has_ping6 then %>
                                <select name="ping_proto" style="width:auto">
                                        <option value="" selected="selected"><%:IPv4%></option>
                                <% if has_ping6 then %>
                                <select name="ping_proto" style="width:auto">
                                        <option value="" selected="selected"><%:IPv4%></option>
@@ -85,7 +85,7 @@ local has_traceroute6 = fs.access("/usr/bin/traceroute6")
                        </div>
 
                        <div style="width:33%; float:left">
                        </div>
 
                        <div style="width:33%; float:left">
-                               <input style="margin: 5px 0" type="text" value="openwrt.org" name="traceroute" /><br />
+                               <input style="margin: 5px 0" type="text" value="dev.openwrt.org" name="traceroute" /><br />
                                <% if has_traceroute6 then %>
                                <select name="traceroute_proto" style="width:auto">
                                        <option value="" selected="selected"><%:IPv4%></option>
                                <% if has_traceroute6 then %>
                                <select name="traceroute_proto" style="width:auto">
                                        <option value="" selected="selected"><%:IPv4%></option>