============================================================== Welcome to tools.sh Your toolbox for network and web utilities ============================================================== Available Services: 1. DNS Lookup Service Usage: tools.sh/dns/{domain} or tools.sh/dns/{record_type}/{domain} Examples: - All records for example.com: tools.sh/dns/example.com - MX records for example.com: tools.sh/dns/mx/example.com 2. IP Lookup Service Usage: tools.sh/ip or tools.sh/ip/{ipaddress} Examples: - Your own IP info: tools.sh/ip - Specific IP info: tools.sh/ip/8.8.8.8 3. Base64 Encoder/Decoder Service Usage: tools.sh/base64/encode/{string} or tools.sh/base64/decode/{base64} Examples: - Encode 'hello': tools.sh/base64/encode/hello - Decode 'aGVsbG8=': tools.sh/base64/decode/aGVsbG8= 4. Redirect Checker Service Usage: tools.sh/redirectchecker/{url} Examples: - Check redirects for example.com: tools.sh/redirectchecker/example.com - Check redirects with protocol: tools.sh/redirectchecker/https://example.com For more detailed information on each service, you can append '/help' to the service URL, e.g., tools.sh/dns/help, tools.sh/ip/help, etc. ============================================================== Powered by tools.sh | Made by srigane.sh