From f11696c48acab5ae55f937ccae0a7465163daff4 Mon Sep 17 00:00:00 2001 From: lean <1337lean@users.noreply.github.com> Date: Sun, 19 Jul 2026 01:54:18 -0400 Subject: [PATCH] Add IP Lens terms and align product docs --- app/ip-lens/page.tsx | 4 +-- app/ip-lens/privacy/page.tsx | 6 ++-- app/ip-lens/support/page.tsx | 2 +- app/ip-lens/terms/page.tsx | 53 +++++++++++++++++++++++++++++++ app/privacy/page.tsx | 5 ++- app/sitemap.ts | 2 +- components/landing/SiteChrome.tsx | 2 +- 7 files changed, 63 insertions(+), 11 deletions(-) create mode 100644 app/ip-lens/terms/page.tsx diff --git a/app/ip-lens/page.tsx b/app/ip-lens/page.tsx index ec37958..18c09a8 100644 --- a/app/ip-lens/page.tsx +++ b/app/ip-lens/page.tsx @@ -34,8 +34,7 @@ const sampleFields = [ ["IP version", "IPv4"], ["ASN", "AS64500 · sample"], ["Provider", "Example Network"], - ["Reverse DNS", "host-42.example.test"], - ["Network range", "203.0.113.0/24"], + ["Provider domain", "example.test"], ["Approximate region", "Example region"] ] as const; @@ -149,6 +148,7 @@ export default function IPLensPage() {

Free IP lookups go to {ipLensConfig.providers.freeIPData}; personal-key lookups go to {ipLensConfig.providers.personalIPData}. DNS queries go only to the selected {ipLensConfig.providers.dns} resolver, while registration queries go directly to the {ipLensConfig.providers.registration}.

Read the IP Lens privacy notice + Read the IP Lens terms Contact support
diff --git a/app/ip-lens/privacy/page.tsx b/app/ip-lens/privacy/page.tsx index db0d25f..6f090b0 100644 --- a/app/ip-lens/privacy/page.tsx +++ b/app/ip-lens/privacy/page.tsx @@ -26,7 +26,7 @@ export default function IPLensPrivacyPage() {

IP Lens is a native iPhone networking utility. It has no accounts, advertising, analytics, tracking, attribution SDK, developer-operated backend, or recurring subscription.

How Lookups Work

-

IP Lens does not operate its own lookup backend. Automatic current-IP lookups and addresses you enter are sent directly from your device to the selected IP data provider. Other network utilities disclose their destination before sending a request.

+

IP Lens does not operate its own lookup backend. After onboarding, an automatic current-IP lookup is enabled by default and can be disabled in Settings. It never runs behind the onboarding screens. Current-IP lookups and addresses you enter are sent directly from your device to the selected IP data provider. Other network utilities disclose their destination before sending a request.

Third-Party Providers