Andrew Boyson / web

Dependents:   oldheating gps motorhome heating

Revision:
153:eaee18d970c4
Parent:
147:ea6f647725a1
Child:
154:306e328871ee
--- a/base/net/web-net-query.c	Tue Jan 19 18:59:06 2021 +0000
+++ b/base/net/web-net-query.c	Thu Jan 21 13:33:44 2021 +0000
@@ -2,6 +2,7 @@
 
 #include "http.h"
 #include "nr.h"
+#include "nrtest.h"
 
 void WebNetQuery(char* pQuery)
 {
@@ -24,6 +25,10 @@
         {
             NrMakeRequestForAddress4FromName(NrTest);
         }
+        if (HttpSameStr(pName, "request-PTR"))
+        {
+            NrTestNameFromAddress();
+        }
     }
 }