Update phpvms and add caa dns-entry for ls'

This commit is contained in:
Tobias Reisinger 2026-08-06 23:04:03 +02:00
commit 7df912bd8b
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
2 changed files with 8 additions and 1 deletions

View file

@ -95,7 +95,14 @@ D("serguzim.me", REG_OVH, DnsProvider(DSP_OVH),
// Other records
A("homeassistant", "192.168.33.11"),
CAA_BUILDER({
label: "ls",
iodef: "mailto:tobias@msrg.cc",
issue: ["letsencrypt.org"],
}),
A("ls", "62.141.37.39"),
A("test", "62.141.37.39"),
CNAME("cloud", "nx45221.your-storageshare.de.")
);