-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,11 @@ | ||
# README | ||
![image](public/meta-image.png) | ||
|
||
This README would normally document whatever steps are necessary to get the | ||
application up and running. | ||
D53 is a web based DNS lookup tool built on Ruby on Rails. | ||
Its purpose is to offer a user friendly version of the `dig` | ||
command, but with an intuitive and visually pleasing interface. | ||
|
||
Things you may want to cover: | ||
|
||
* Ruby version | ||
|
||
* System dependencies | ||
|
||
* Configuration | ||
|
||
* Database creation | ||
|
||
* Database initialization | ||
|
||
* How to run the test suite | ||
|
||
* Services (job queues, cache servers, search engines, etc.) | ||
|
||
* Deployment instructions | ||
|
||
* ... | ||
**Key Features** | ||
- Remembers the last record type you queried. | ||
- Keeps a log of your recent queries in the browser session. | ||
- Allows you to query from a list of top DNS providers. | ||
- Has PWA support so you can install on mobile and have a semi-native experience. |