mirror of
https://github.com/zvx-echo6/meshai.git
synced 2026-06-10 17:04:45 +02:00
fix: docker-compose — add 1.1.1.1 fallback to Tailscale MagicDNS resolver
100.100.100.100 resolves .echo6.mesh hostnames (including central.echo6.mesh for the NATS bus). 1.1.1.1 provides fallback for public DNS when MagicDNS is unavailable. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
6f76c897e5
commit
82567c6a90
1 changed files with 1 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ services:
|
|||
# which silently broke NWS/SWPC/meshview hostname resolution.
|
||||
dns:
|
||||
- 100.100.100.100
|
||||
- 1.1.1.1
|
||||
|
||||
# Uncomment for USB serial connection to Meshtastic device
|
||||
# devices:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue