Andrew Boyson / web

Dependents:   oldheating gps motorhome heating

Revision:
144:7106252b7abf
Parent:
143:cc2e148cb96a
Child:
145:d2bd78be00b2
--- a/base/net/web-net-script.js	Sat Dec 26 19:38:40 2020 +0000
+++ b/base/net/web-net-script.js	Sat Dec 26 20:02:22 2020 +0000
@@ -62,6 +62,11 @@
     dns += fields[4];
     dns += '\r\n';
 }
+function parseDnsLines(text)
+{
+    dns = '';
+    text.split('\n').forEach(parseDnsLine);
+}
 function parseGenLines(text)
 {
     let lines = text.split('\n');