fix(@scripts): 🐛 update listen_address to dual-ip support
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
33094b9c05
commit
30da76d909
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue