diff options
author | David Timber <dxdt@dev.snart.me> | 2022-05-24 11:19:48 +0800 |
---|---|---|
committer | David Timber <dxdt@dev.snart.me> | 2022-05-24 11:19:48 +0800 |
commit | eba41013bbeac3bf1ea9f4f9e34e96c5afa9f7e7 (patch) | |
tree | 1b3ed8e06a15a6cc459e53b3ae82361e1be129c4 /README.md | |
parent | 60a55ffab24b088b49200b178a2e7d6002abe70f (diff) |
Remove the bit about DNSSEC
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -255,7 +255,7 @@ the `aws` module. ``` ## DNSSEC Check -If your domain is configured with DNSSEC[^2], PALHM can be used to check the +If your domain is configured with DNSSEC, PALHM can be used to check the reachability of your RRs. Your domain will become unavailable when the keys are misconfigured or you have missed the mandatory key rollover event. @@ -369,4 +369,3 @@ Cross-region data transfer is costly, so this idea came to a halt. ## Footnotes [^1]: Even with SSDs, disrupting sequential reads decreases overall performance -[^2]: You really should if it's not |