summaryrefslogtreecommitdiffhomepage
path: root/applications
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2015-01-05 16:35:50 +0100
committerJo-Philipp Wich <jow@openwrt.org>2015-01-05 16:35:50 +0100
commit3fd748745c2ba6c6d06eba29d2fc34013793376b (patch)
treeda6c18ed39d27de92c002163bd24e5bf643234a8 /applications
parent5e6c33e213475d7976b6ccb08023ae839e1decf0 (diff)
parent9ad09999d594bf3fad14a75372452303bd931005 (diff)
Merge pull request #273 from FreifunkUFO/master
luci-freifunk-diagnostics: change adress to an ipv6-enabled host
Diffstat (limited to 'applications')
-rw-r--r--applications/luci-freifunk-diagnostics/luasrc/view/freifunk/diagnostics.htm4
1 files changed, 2 insertions, 2 deletions
diff --git a/applications/luci-freifunk-diagnostics/luasrc/view/freifunk/diagnostics.htm b/applications/luci-freifunk-diagnostics/luasrc/view/freifunk/diagnostics.htm
index f35811f64..24f9bae61 100644
--- a/applications/luci-freifunk-diagnostics/luasrc/view/freifunk/diagnostics.htm
+++ b/applications/luci-freifunk-diagnostics/luasrc/view/freifunk/diagnostics.htm
@@ -72,7 +72,7 @@ local has_traceroute6 = fs.access("/usr/bin/traceroute6")
<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>
@@ -85,7 +85,7 @@ local has_traceroute6 = fs.access("/usr/bin/traceroute6")
</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>