@astrofoundry/pi-astro 0.19.1 → 0.19.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/skills/dns/SKILL.md +2 -0
package/package.json
CHANGED
package/skills/dns/SKILL.md
CHANGED
|
@@ -30,6 +30,8 @@ Record parameters by type (the API's names): `A`/`AAAA` `ipAddress` (update: `ne
|
|
|
30
30
|
{ "args": ["technitium", "secondary", "resolve", "kuma.37pla.net"] }
|
|
31
31
|
```
|
|
32
32
|
|
|
33
|
+
Every internal service name is its own Primary zone (`auth.37pla.net`, `kuma.37pla.net`, ...; 33 zones including `catalog.invalid` and the `orange.es` forwarder). There is no internal `37pla.net` zone: run `zones` first, then use the exact zone name, and create a new zone with `zone-create <fqdn>` before adding its records.
|
|
34
|
+
|
|
33
35
|
Writes are refused on the secondary. Replication is near-immediate; if the secondary still answers the old value after a minute, report it as a replication problem.
|
|
34
36
|
|
|
35
37
|
Internal split DNS: public hostnames such as `auth.37pla.net` resolve to the DMZ (`10.0.20.10`) inside the homelab and to the VPS (`35.237.66.101`) outside.
|