forked from DGNum/infrastructure
fix(dns): Add comment
This commit is contained in:
parent
f9a34353a3
commit
bc5cc97511
1 changed files with 3 additions and 1 deletions
|
@ -74,7 +74,9 @@ let
|
||||||
"s3"
|
"s3"
|
||||||
];
|
];
|
||||||
|
|
||||||
rescue01.dual = [ "status" ];
|
rescue01.dual = [
|
||||||
|
"status" # Uptime Kuma
|
||||||
|
];
|
||||||
|
|
||||||
web01.dual = [
|
web01.dual = [
|
||||||
"*.wp" # Wordpress
|
"*.wp" # Wordpress
|
||||||
|
|
Loading…
Reference in a new issue