fix(@scripts): 🐛 update listen_address to dual-ip support

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Natalie 2026-05-10 13:32:38 -07:00
parent 33094b9c05
commit 30da76d909

View file

@ -2,7 +2,7 @@
"_purpose": "Source of truth for DNS records served to the wg1 mesh by apricot's dnsmasq (instance bound to 10.9.0.2:53). Consumed by bin/wg-dns-sync.",
"_consumers": ["bin/wg-dns-sync"],
"_dnsmasq_address_syntax": "Leading dot in 'name' = wildcard match for the domain and any subdomain. No leading dot = exact match only.",
"listen_address": "10.9.0.2",
"listen_address": "127.0.0.1,10.9.0.2",
"records": [
{
"name": ".apricot.local",