Skip to content

Commit 94a8385

Browse files
authored
Update network prefix input value in index.html
1 parent 947cc53 commit 94a8385

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

public/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ <h1>dnsmasq hosts.d → BIND9 Zone Generator</h1>
211211

212212
<div>
213213
<label for="networkPrefix">Network prefix filter</label>
214-
<input id="networkPrefix" value="172.16.5." />
214+
<input id="networkPrefix" value="172.16." />
215215
<div class="hint">Example: <code>172.16.5.</code>. Only matching IPs are parsed.</div>
216216
</div>
217217

@@ -571,4 +571,4 @@ <h2>Reverse Zone Output</h2>
571571
}
572572
</script>
573573
</body>
574-
</html>
574+
</html>

0 commit comments

Comments
 (0)