https://github.com/davorg/ttl
Command line program to display DNS Time To Live (TTL) numbers in easily-readable formats.
https://github.com/davorg/ttl
hacktoberfest
Last synced: 10 months ago
JSON representation
Command line program to display DNS Time To Live (TTL) numbers in easily-readable formats.
- Host: GitHub
- URL: https://github.com/davorg/ttl
- Owner: davorg
- Created: 2020-03-31T15:00:32.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-25T17:04:02.000Z (almost 5 years ago)
- Last Synced: 2025-06-09T00:03:13.513Z (12 months ago)
- Topics: hacktoberfest
- Language: Perl
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ttl
Command line program to display DNS Time To Live (TTL) numbers in
easily-readable formats.
## Usage
$ ttl [-s] [-t type] -h domain
* -s: Show TTL in seconds (rather the default HH:MM:SS format)
* -t: Give a DNS record type to query for the domain
* -h: Display this help message
## Requirements
You'll need a copy of `dig` installed on your system.
## Author
This was thrown together in ten minutes by Dave Cross (dave@davecross.co.uk).
He'd love to know if you found it useful.
## Code
The code is on Github at https://github.com/davorg/ttl. Patches are very
welcome.
## Copyright
Copyright (c) Magnum Solutions Ltd. All rights reserved. This program is
free software; you can redistribute it and/or modify it under the same
terms as Perl itself.