-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy.html
More file actions
246 lines (207 loc) · 7.81 KB
/
privacy.html
File metadata and controls
246 lines (207 loc) · 7.81 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Privacy Policy | NetDebug Toolkit</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');
:root {
--bg: #050507;
--surface: #0e0e12;
--surface-2: #16161d;
--border: rgba(255,255,255,.08);
--border-hover: rgba(255,255,255,.15);
--text: #eaeaf0;
--text-secondary: #9898a8;
--brand: #FF5D24;
--radius: 16px;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
background: var(--bg);
color: var(--text);
line-height: 1.6;
-webkit-font-smoothing: antialiased;
}
.glow-bg {
position: fixed;
top: -200px;
left: 50%;
transform: translateX(-50%);
width: 800px;
height: 600px;
background: radial-gradient(ellipse, rgba(255,93,36,.07) 0%, transparent 70%);
pointer-events: none;
z-index: 0;
}
.wrap {
max-width: 860px;
margin: 0 auto;
padding: 0 24px;
position: relative;
z-index: 1;
}
.nav {
display: flex;
align-items: center;
justify-content: space-between;
padding: 20px 0;
border-bottom: 1px solid var(--border);
}
.brand {
display: inline-flex;
align-items: center;
gap: 10px;
text-decoration: none;
color: var(--text);
font-weight: 700;
font-size: 15px;
letter-spacing: .3px;
}
.brand-logo {
width: 36px;
height: 36px;
object-fit: contain;
border-radius: 8px;
}
.nav-links {
display: flex;
align-items: center;
gap: 6px;
}
.nav-links a {
color: var(--text-secondary);
text-decoration: none;
font-size: 13px;
font-weight: 500;
padding: 6px 12px;
border-radius: 8px;
transition: color .2s, background .2s;
}
.nav-links a:hover {
color: var(--text);
background: var(--surface-2);
}
.content {
background: var(--surface);
border: 1px solid var(--border);
border-radius: var(--radius);
padding: 36px 32px;
margin: 32px 0;
}
.content h1 {
font-size: 28px;
font-weight: 800;
letter-spacing: -.01em;
margin-bottom: 6px;
}
.effective-date {
font-size: 13px;
color: var(--text-secondary);
margin-bottom: 24px;
}
.content h2 {
font-size: 16px;
font-weight: 700;
color: var(--brand);
margin: 28px 0 8px;
}
.content h2:first-of-type {
margin-top: 20px;
}
.content p, .content li {
color: var(--text-secondary);
font-size: 14px;
line-height: 1.75;
}
.content a {
color: var(--brand);
text-decoration: none;
transition: opacity .2s;
}
.content a:hover {
opacity: .8;
}
footer {
border-top: 1px solid var(--border);
padding: 24px 0 32px;
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
gap: 12px;
}
footer .copy {
font-size: 13px;
color: var(--text-secondary);
}
footer nav {
display: flex;
gap: 20px;
}
footer nav a {
font-size: 13px;
color: var(--text-secondary);
text-decoration: none;
transition: color .2s;
}
footer nav a:hover {
color: var(--text);
}
</style>
</head>
<body>
<div class="glow-bg"></div>
<div class="wrap">
<header class="nav">
<a href="/" class="brand">
<img class="brand-logo" src="netdebug.png" alt="NetDebug Toolkit logo" />
NetDebug Toolkit
</a>
<div class="nav-links">
<a href="/">Home</a>
<a href="support.html">Support</a>
<a href="terms.html">Terms</a>
</div>
</header>
<article class="content">
<h1>Privacy Policy</h1>
<p class="effective-date">Effective Date: 23 March 2026</p>
<p>NetDebug Toolkit respects your privacy. This Privacy Policy explains what data is handled by the app.</p>
<h2>1. Data Stored on Device</h2>
<p>The app stores saved hosts (optional host name and host IP/domain) locally on your device using on-device storage.</p>
<h2>2. Network Activity</h2>
<p>When you run a tool, the app sends network requests required to perform that diagnostic operation (for example DNS lookup, RDAP and IANA WHOIS lookups, port checks, and Public IP + Geo/ASN lookup) to the relevant endpoints. Whois requests may be sent to rdap.org, whois.iana.org, and referred WHOIS servers returned by registry responses.</p>
<h2>3. Third-Party Services</h2>
<p>The Whois tool can use RDAP and IANA WHOIS services to retrieve registration data for domains and IPs. The Public IP + Geo/ASN tool uses ipinfo.io. To provide these features, requests are sent to the relevant third-party endpoints and may include your requesting IP address as part of standard network communication. Responses may include registration metadata, IP, ASN, ISP, city, region, country, and coordinates.</p>
<h2>4. Advertising</h2>
<p>The app uses Google AdMob to display ads. Google AdMob may collect, IP address, and ad interaction data to serve personalized or non-personalized ads and to measure ad performance. For more information on how Google handles data, visit <a href="https://policies.google.com/privacy">https://policies.google.com/privacy</a> and <a href="https://policies.google.com/technologies/ads">https://policies.google.com/technologies/ads</a>. You may purchase a one-time in-app purchase to permanently remove ads, which stops the AdMob SDK from serving ads.</p>
<h2>5. In-App Purchases</h2>
<p>The app offers an optional one-time in-app purchase to remove ads. Purchase transactions are processed by the Apple App Store. The app stores your purchase status locally on your device.</p>
<h2>6. No Account Required</h2>
<p>The app does not require account sign-in and does not intentionally collect personal profile information for account creation.</p>
<h2>7. Data Sharing</h2>
<p>Saved hosts are not intentionally shared by the app as part of normal operation. However, network endpoints and third-party service providers used by tools (such as RDAP/WHOIS services and ipinfo.io) will receive the network traffic necessary to process your requests. Google AdMob may share data with Google as described in Google's privacy policy.</p>
<h2>8. Data Retention and Deletion</h2>
<p>Saved host data remains on your device until you edit or delete it. You can remove entries directly from the My Hosts list. To stop ad-related data collection by Google AdMob, you can purchase the Remove Ads option or reset your Advertising Identifier in your device settings.</p>
<h2>9. Security</h2>
<p>Reasonable care is taken in app implementation, but no software can guarantee absolute security. Use caution when testing sensitive environments.</p>
<h2>10. Policy Updates</h2>
<p>This Privacy Policy may be updated. Updates become effective when published in the app.</p>
<h2>11. Contact</h2>
<p>If you have privacy questions, contact us at <a href="mailto:apps@developerinsider.co">apps@developerinsider.co</a>.</p>
</article>
<footer>
<div class="copy">© <span id="year"></span> Developer Insider. All rights reserved.</div>
<nav>
<a href="support.html">Support</a>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
</nav>
</footer>
</div>
<script>document.getElementById('year').textContent = new Date().getFullYear();</script>
</body>
</html>