Initial CoreDNS setup as MCNS precursor
Serves two internal zones for the Metacircular platform: - svc.mcp.metacircular.net (service addresses) - mcp.metacircular.net (node addresses) Forwards all other queries to 1.1.1.1 and 8.8.8.8. Includes rift deployment compose with CoreDNS 1.12.1 and zone files mapping metacrypt and rift to their LAN and Tailscale addresses. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
22
zones/svc.mcp.metacircular.net.zone
Normal file
22
zones/svc.mcp.metacircular.net.zone
Normal file
@@ -0,0 +1,22 @@
|
||||
; Internal service addresses for Metacircular platform.
|
||||
; Maps service names to the node where they currently run.
|
||||
;
|
||||
; When MCNS is built, MCP will manage these records dynamically.
|
||||
; Until then, this file is manually maintained.
|
||||
|
||||
$ORIGIN svc.mcp.metacircular.net.
|
||||
$TTL 300
|
||||
|
||||
@ IN SOA ns.mcp.metacircular.net. admin.metacircular.net. (
|
||||
2026032501 ; serial (YYYYMMDDNN)
|
||||
3600 ; refresh
|
||||
600 ; retry
|
||||
86400 ; expire
|
||||
300 ; minimum TTL
|
||||
)
|
||||
|
||||
IN NS ns.mcp.metacircular.net.
|
||||
|
||||
; --- Services on rift ---
|
||||
metacrypt IN A 192.168.88.181
|
||||
metacrypt IN A 100.95.252.120
|
||||
Reference in New Issue
Block a user