From 607d09935cf73036264616f4b526f9d23a4ad5a7 Mon Sep 17 00:00:00 2001 From: "Gan, Jimmy" Date: Sat, 28 Feb 2026 23:06:54 +0800 Subject: [PATCH] fix: use wildcard DNS for all *.jimmygan.com subdomains --- tmp_remote/dnsmasq.conf | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/tmp_remote/dnsmasq.conf b/tmp_remote/dnsmasq.conf index c3772f6..2fedb66 100755 --- a/tmp_remote/dnsmasq.conf +++ b/tmp_remote/dnsmasq.conf @@ -1,9 +1,4 @@ -address=/nas.jimmygan.com/100.78.131.124 -address=/music.jimmygan.com/100.78.131.124 -address=/n8n.jimmygan.com/100.78.131.124 -address=/auth.jimmygan.com/100.78.131.124 -address=/ldap.jimmygan.com/100.78.131.124 -address=/git.jimmygan.com/100.78.131.124 +address=/jimmygan.com/100.78.131.124 server=223.5.5.5 server=119.29.29.29 no-resolv