mirror of
https://github.com/spatie/dnsrecords.io.git
synced 2026-04-27 08:25:57 +03:00
[GH-ISSUE #15] Accept initial query in the URL #5
Labels
No labels
bug
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dnsrecords.io#5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @cohan on GitHub (Oct 27, 2017).
Original GitHub issue: https://github.com/spatie/dnsrecords.io/issues/15
Feature request that would make this slot nicely into my workflow would be if the first query could be provided in the URL, for example if I went to https://dnsrecords.io/example.com it would print the results for example.com straight away when the page loads.
This way you could add dnsrecords.io as a custom browser search engine (I use the keyword dig) using "https://dnsrecords.io/%s" and in the address bar you can then use "dig example.com" (or more frequently "dig ip") to speedily access the result
Having the request directly under the base isn't a requirement for this, it would happily work as "https://dnsrecords.io/?q=%s" for example
@cwhite92 commented on GitHub (Oct 27, 2017):
Second this. Happy to submit a PR if this would be accepted.
@freekmurze commented on GitHub (Oct 28, 2017):
I’d accept a PR for this.
@freekmurze commented on GitHub (Oct 29, 2017):
Will be added soon via #17