mirror of
https://github.com/nsupdate-info/nsupdate.info.git
synced 2026-04-25 08:35:56 +03:00
[GH-ISSUE #95] Display rDNS lookup on main site #91
Labels
No labels
bug
bug
duplicate
easy
easy
enhancement
enhancement
invalid
needs help
pull-request
scalability
security
task
urgent
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nsupdate.info-nsupdate-info#91
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 @momorientes on GitHub (Nov 26, 2013).
Original GitHub issue: https://github.com/nsupdate-info/nsupdate.info/issues/95
import socket
socket.gethostbyaddr("85.10.192.104")
should mainly do the job
@ThomasWaldmann commented on GitHub (Nov 26, 2013):
good idea :)
@ThomasWaldmann commented on GitHub (Nov 27, 2013):
implemented by
6b9c7e9511currently only shown on hosts overview page, bottom right box - to show it on home view cosmetic issues have to be considered/resolved first (rdns can be rather long, display should look ok on mobile).