42 Commits

Author SHA1 Message Date
abite
2279a15819
Merge pull request #24 from Dpope32/feat/healthcheck
feat: container health-check
2025-06-20 09:14:43 -05:00
Dawson
e459a7d9e3 feat: container health-check 2025-06-20 01:37:19 -05:00
abite
a5799cb22d
Update README.md 2025-06-04 11:06:46 -05:00
V
73d800b420
Merge pull request #23 from gitmotion/feature/add-pwa-registration-cors-toast-refactors
Add PWA registration, cors support, toast manager, minor styling updates, refactors
2025-03-23 17:42:55 -07:00
gitmotion
79c39e2048 Add PWA registration, cors support, toast manager, minor styling updates, refactors
update ipaddress click handlers

Update compose and readme

update env.example

update readme image
2025-03-23 16:50:38 -07:00
V
78c8b8c2f7
Merge pull request #22 from vin-im/main
Always render the IP address section for domain lookups instead of conditionally
Add robust null/undefined checks for IP address data
Display "No IPv4/IPv6 addresses found" when no addresses are available
Move IP section before domain status for better visibility
2025-03-23 13:45:53 -07:00
V
e6f17c0f81 fix: Always display IP addresses when querying domains
- Always render the IP address section for domain lookups instead of conditionally
- Add robust null/undefined checks for IP address data
- Display "No IPv4/IPv6 addresses found" when no addresses are available
- Move IP section before domain status for better visibility
2025-03-19 14:05:20 -07:00
V
12703aaca9
Merge pull request #20 from vin-im/main
feat: Add permalink anchors for direct section linking
2025-02-26 09:53:08 -07:00
V
35389bc829 feat: Add permalink anchors for direct section linking
This enhancement adds permalink anchors to each section of the lookup results, allowing:
- Direct linking to specific sections (nameservers, IP addresses, dates, etc.)
- Shareable deep links with automatic scrolling to the target section
- Visual highlighting of the target section when accessed via permalink
- Improved documentation and reference capabilities

Example usage:
https://dumbwhois.local.host/?lookup=google.com#nameservers
https://dumbwhois.local.host/?lookup=8.8.8.8#location-info
2025-02-26 07:25:40 -07:00
V
ee62ea13f6
Update README.md 2025-02-24 14:24:52 -07:00
V
3e86d43717
Merge pull request #19 from vin-im/main
feat: Add URL query parameter support for direct lookups
2025-02-19 19:11:48 -07:00
V
db3c55c07a feat: Add URL query parameter support for direct lookups
Added support for direct lookups using URL query parameters, allowing users to:
- Perform instant lookups via URL: /?lookup=<query>
- Support for all lookup types (domain, IP, ASN)
- Examples:
  /?lookup=google.com
  /?lookup=8.8.8.8
  /?lookup=AS13335

This enhancement improves usability by enabling direct links to lookups and
better integration possibilities with other tools and bookmarks.
2025-02-19 19:10:50 -07:00
V
5002d3e606
Merge pull request #17 from vin-im/main
Added issues templates.. again :)
2025-02-17 15:28:28 -07:00
V
3f09e5e5b7 Added issues templates.. again :) 2025-02-17 15:26:38 -07:00
V
27fb17fb8b
Delete .github/workflows/ISSUE_TEMPLATE directory
oops!
2025-02-17 15:25:52 -07:00
V
3266a13ec9
Added issues templates 2025-02-17 15:23:17 -07:00
V
92d5efe4a1
Merge pull request #15 from vin-im/main
Add PDF export functionality with print-optimized styling
2025-02-06 11:32:12 -07:00
V
3bafa0dc51 Add PDF export functionality with print-optimized styling
Add the ability to export lookup results as PDF with optimized print styling:

- Add print button that appears after successful lookups
- Implement print-specific styles for clean PDF output
- Optimize layout and colors for black & white printing
- Add proper page margins and section spacing
- Remove UI elements (buttons, inputs) from printed version
- Include query in document title for better PDF identification
- Convert colored sections to bordered containers for better contrast
- Ensure all data is visible by removing scroll limitations
- Support all lookup types (WHOIS, IP, ASN) with consistent formatting
2025-02-06 11:30:41 -07:00
V
a5c69adefc
Update docker-publish.yml 2025-02-06 11:17:06 -07:00
V
430504d955
Merge pull request #14 from vin-im/main
Add source attribution and enhance IP lookup reliability
2025-02-06 11:08:31 -07:00
V
b05830a5a8 Update README.md 2025-02-06 09:04:33 -07:00
V
1fc8d1552f Update README.md 2025-02-06 09:01:56 -07:00
V
9582d930ce Update README.md 2025-02-06 08:55:42 -07:00
V
65e717c847 Add source attribution and enhance IP lookup reliability
Enhance transparency and reliability of lookups by adding clear source attribution and improving IP handling:

- Add source attribution display for all lookup types (IP, WHOIS, ASN)
- Implement multiple fallback services for IP lookups (ipapi.co, ip-api.com, ipwho.is)
- Improve rate limit handling with automatic service fallback
- Update UI to display data sources in query type header
- IPv6 support
- Update README with new features and service details

The changes make the application more transparent about data sources and more resilient to API rate limits or service outages.
2025-02-06 08:50:00 -07:00
V
d34c336ea0
Update README.md 2025-02-02 10:57:24 -07:00
abite
3d89ff88bf
Merge pull request #11 from nett00n/bugfix/github-actor-is-not-the-same-as-owner
bugfix: github actor is not the same as owner
2025-02-01 12:24:05 -06:00
Vladimir nett00n Budylnikov
1db9b2319a bugfix: github actor is not the same as owner 2025-02-01 22:15:43 +04:00
abite
a53d726b5e
Merge pull request #10 from nett00n/improve-docker-publish-pipeline
[Enhance] Docker Publish Pipeline improvements
2025-01-31 17:57:46 -06:00
abite
ebd65f6bb2
Update README.md 2025-01-31 17:00:05 -06:00
Vladimir nett00n Budylnikov
635e355811 - Added multiarch build
- Added tags for constency
- Made fork-friendly, yet building is checked
2025-01-31 17:44:31 +04:00
V
261ced90c4
Merge pull request #9 from vin-im/main
Added IP address lookup to domain WHOIS results
2025-01-30 11:40:07 -07:00
V
2a4b8243f0 Added IP address lookup to domain WHOIS results
Added dumb-but-effective DNS resolution to show IP addresses when doing domain WHOIS lookups. Now when you lookup a domain, you'll see its current IP addresses displayed in a clickable red section. Each IP can be clicked to instantly lookup its details.
2025-01-30 11:31:08 -07:00
abite
d76a4f58dd
Update README.md 2025-01-29 11:27:39 -06:00
abiteman
43c3546242 Update docker-publish.yml 2025-01-28 22:07:34 -06:00
abite
5f69956442
Merge pull request #6 from vin-im/main
Update index.html
2025-01-27 18:42:11 -06:00
V
59df087f6c Update index.html
Fixed the dumb theme toggle icon that was being extra dumb by showing the wrong dumb icon. Now the dumbly simple toggle correctly shows a bright dumb sun in dark mode (because we're not that bright) and a dumb moon in light mode (ironically). Used JavaScript-based icon swapping because CSS classes were being too dumb to cooperate. The toggle finally works as intended, proving that sometimes the dumbest solution is the best solution.
2025-01-27 17:36:30 -07:00
abite
c22a75063a
Merge pull request #5 from vin-im/main
Switch from RDAP to direct WHOIS protocol / Updated README
2025-01-27 12:21:17 -06:00
V
56184c6c61 README to reflect WHOIS implementation
- Updated API section to describe direct WHOIS protocol usage
- Added ccTLD support to features list
- Updated example queries to showcase international domain support
- Removed RDAP references and rate limits
- Added clearer description of WHOIS protocol benefits
- Updated domain lookup examples to include international domains
- Improved clarity of setup and usage instructions
2025-01-27 11:06:31 -07:00
V
8747b194fb Switch from RDAP to direct WHOIS protocol
Major changes:
- Replaced RDAP-based domain lookups with direct WHOIS protocol using node-whois
- Added special handling for .eu domains and other ccTLDs
- Improved WHOIS response parsing with better field detection
- Added support for different WHOIS server formats
- Removed API dependencies for domain lookups
- Updated documentation to reflect the new WHOIS implementation

Benefits:
- Better support for all TLDs including country-specific domains
- No rate limits or API keys required for domain lookups
- More reliable and direct access to domain information
- Improved error handling and data parsing
2025-01-27 11:05:28 -07:00
abite
8bacfbcfcf
Update README.md 2025-01-25 18:02:20 -06:00
abiteman
5df3f91479 initial commit 2025-01-23 14:51:56 -06:00
abiteman
ca9aad8cc4 Initial commit 2025-01-23 14:48:19 -06:00