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