Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: oldheating gps motorhome heating
Diff: base/net/web-net-html.c
- Revision:
- 155:4df4ed4b65a2
- Parent:
- 153:eaee18d970c4
--- a/base/net/web-net-html.c Thu Jan 21 14:55:08 2021 +0000
+++ b/base/net/web-net-html.c Sun Jan 24 15:06:33 2021 +0000
@@ -16,11 +16,15 @@
WebAddH2("TCP connections");
HttpAddText("<code id='ajax-tcp'></code>\r\n");
- WebAddH2("Name resolution");
- WebAddAjaxInput("Name", 40, "ajax-nr", "name-to-resolve");
- WebAddAjaxButton("Request AAAA", "request-AAAA");
- WebAddAjaxButton("Request A" , "request-A" );
- WebAddAjaxButton("Request PTR" , "request-PTR" );
+ WebAddH2("Request resolution");
+ WebAddAjaxInput ("", 100, "ajax-nr", "name-to-resolve");
+ WebAddAjaxButton("MDNS over IPV6" , "request-ipv6-mdns" );
+ WebAddAjaxButton("LLMNR over IPV6", "request-ipv6-llmnr");
+ WebAddAjaxButton("DNS over IPV6" , "request-ipv6-udns" );
+ HttpAddText("<br/>\r\n");
+ WebAddAjaxButton("MDNS over IPV4" , "request-ipv4-mdns" );
+ WebAddAjaxButton("LLMNR over IPV4", "request-ipv4-llmnr");
+ WebAddAjaxButton("DNS over IPV4" , "request-ipv4-udns" );
WebAddH2("Name cache");
HttpAddText("<code id='ajax-dns'></code>\r\n");