Skip to content

Commit

Permalink
fix dns check bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
antedebaas committed Aug 22, 2024
1 parent 178716c commit 4fd7d4c
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"php": ">=8.2",
"ext-ctype": "*",
"ext-iconv": "*",
"antedebaas/dns-parser": "^1.2.1",
"antedebaas/dns-parser": "^1.2.2",
"buzzingpixel/twig-switch": "^1.0",
"doctrine/doctrine-bundle": "^2.12",
"doctrine/doctrine-migrations-bundle": "^3.2",
Expand Down
58 changes: 29 additions & 29 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion templates/domains/check.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div class="card">
<h5 class="card-header">Domain Check</h5>
<div class="card-body">
<p>This does rudumentary checks on the domain to see if it is configured correctly, it is however -not- a guarantee that the domain is configured propery in the current state.</p>
<p>This does rudimentary checks on the domain to see if it is configured correctly, it is however -not- a guarantee that the domain is configured propery in the current state.</p>
<p class="card-text">
{% for key,value in validation %}
<div class="list-group mb-4">
Expand Down

0 comments on commit 4fd7d4c

Please sign in to comment.