Add optional static unicast DNS records - #5
Merged
Conversation
LAN clients that use BigFred as DHCP/DNS can resolve names like bigfred.lan without editing dnsmasq by hand. Records are served only while micronet is gateway. Co-authored-by: Cursor <cursoragent@cursor.com>
7 tasks
addr is IPv4 (host-record) or a hostname (cname). Operator docs now match the real kit: Pi 5, required TL-SF1006P plus optional router-on-switch DHCP, and OC200 for 802.11k/v Fast Roaming. Co-authored-by: Cursor <cursoragent@cursor.com>
dnsmasq cname= targets must be local records, so hostname addr was misleading and broken for external names like bigfred.local. Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
dnssection inmicronet.json(enabled+records[]) rendershost-record=andlocal=/lan/into gateway-mode dnsmasq.ipusesgateway.ip. Names are served only while mode isgateway;client/staticstill rely on mDNS.dnsis unchanged (serde default; auto-created files omit the section).Test plan
make test/make clippyon this branch"dns": { "enabled": true, "records": [{ "name": "bigfred.lan" }] }, confirmdnsmasq.confhashost-record=bigfred.lan,<gateway.ip>and a DHCP client can resolve the nameenabled: falseor omitteddns→ nohost-record=/local=/lan/Made with Cursor