27 lines
783 B
Dns
27 lines
783 B
Dns
; 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. (
|
|
2026032503 ; 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
|
|
mcr IN A 192.168.88.181
|
|
mcr IN A 100.95.252.120
|
|
sgard IN A 192.168.88.181
|
|
sgard IN A 100.95.252.120
|