From 30da76d909ce73374a6476dc92e43702e3dd6977 Mon Sep 17 00:00:00 2001 From: Natalie Date: Sun, 10 May 2026 13:32:38 -0700 Subject: [PATCH] =?UTF-8?q?fix(@scripts):=20=F0=9F=90=9B=20update=20listen?= =?UTF-8?q?=5Faddress=20to=20dual-ip=20support?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- data/wg-mesh-hosts.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/wg-mesh-hosts.json b/data/wg-mesh-hosts.json index 204669f..d910ff2 100644 --- a/data/wg-mesh-hosts.json +++ b/data/wg-mesh-hosts.json @@ -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",