Update phpvms and add caa dns-entry for ls'
This commit is contained in:
parent
20e8497f8f
commit
7df912bd8b
2 changed files with 8 additions and 1 deletions
|
|
@ -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.")
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue