diff --git a/index.php b/index.php index df6b705..c9fcb9a 100644 --- a/index.php +++ b/index.php @@ -10,6 +10,7 @@ + @@ -66,7 +67,61 @@
- +
+
+

About SPF Toolbox

+ SPF Toolbox was created to be an easy, free open source way for people to get information about their domain. Please click the link in the top right to let me know if you have any questions or suggestions for the app. +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
QueryDescription
IP/Get A RecordAn A Record is used to associate a domain name with an IP(v4) address. This query checks for the A records set on the domain
IPV6/Get AAAA RecordAn AAAA Record is used to associate a domain name with an IP(v6) address. This query checks for the AAAA records set on the domain
Mx/Get MX RecordMX stands for Mail Exchanger. This query is used to get the mail server used for accepting emails on the specified domain.
SPF/TXTA SPF Record is used to indicate which email hosts is authorized to send mail on the specified domain's behalf. This query is used to get the authorized domains
Blacklist CheckThis query is used to check if the specified domain is on any of the most well known email blacklist sites. If a domain is on a blacklist the row will return a fail result.
WhoisThis information gets whois information to see who possibly owns the domain.
Check If Port Open/ForwardedYou are able to Check if a specified port on a domain or IP address is open for use such as hosting
Hinfo/Get Hardware InformationIf available, this query gets the hardware information of the server for the specified hostname
Get All Simple DNS RecordsThis query attemps to do a request for all of the available DNS information for the specified hostname. This is not always successfull as some providers block the request.
Host By IP/Reverse LookupThe query attempts to find a hostname associated with an IP address
+
+
@@ -77,5 +132,10 @@
+ + diff --git a/styles/style.css b/styles/style.css index 836ac3a..71257f5 100644 --- a/styles/style.css +++ b/styles/style.css @@ -133,7 +133,8 @@ input, select, .form-label { .sk-three-bounce { margin: 40px auto; width: 80px; - text-align: center; } + text-align: center; +} .sk-three-bounce .sk-child { width: 20px; height: 20px; @@ -141,7 +142,9 @@ input, select, .form-label { border-radius: 100%; display: inline-block; -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both; - animation: sk-three-bounce 1.4s ease-in-out 0s infinite both; } + animation: sk-three-bounce 1.4s ease-in-out 0s infinite both; + +} .sk-three-bounce .sk-bounce1 { -webkit-animation-delay: -0.32s; animation-delay: -0.32s; } @@ -163,4 +166,14 @@ input, select, .form-label { transform: scale(0); } 40% { -webkit-transform: scale(1); - transform: scale(1); } } + transform: scale(1); } + +} + + +footer { + clear: both; + position: relative; + height: 40px; + margin-top: -40px; +} \ No newline at end of file