-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms.html
More file actions
246 lines (207 loc) · 7.7 KB
/
terms.html
File metadata and controls
246 lines (207 loc) · 7.7 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>Terms and Conditions | 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="privacy.html">Privacy</a>
</div>
</header>
<article class="content">
<h1>Terms and Conditions</h1>
<p class="effective-date">Effective Date: 23 March 2026</p>
<p>These Terms and Conditions govern your use of NetDebug Toolkit. By using this app, you agree to these terms.</p>
<h2>1. Purpose</h2>
<p>NetDebug Toolkit provides network diagnostics features such as Ping, Traceroute, DNS Lookup, DNS Record Explorer, HTTP(S) Check, Port Scan, TCP/UDP Connect, LAN Scan, Subnet Calculator, Whois (RDAP and IANA WHOIS), Public IP + Geo/ASN, Speed/Latency Baseline, TLS Certificate Inspector, mDNS/Bonjour Browser, UPnP/NAT-PMP Discovery, and Wake-on-LAN for troubleshooting and learning purposes.</p>
<h2>2. Acceptable Use</h2>
<p>You agree to use the app only for lawful and authorized activities. You are responsible for ensuring you have permission to test, scan, or query any host, network, or service.</p>
<h2>3. User Inputs and Saved Hosts</h2>
<p>The app allows you to save host names, domains, and IP addresses on your device for convenience. You are responsible for the accuracy and legality of the data you enter and use.</p>
<h2>4. Third-Party Services</h2>
<p>Some features depend on third-party services. Whois lookups may use RDAP services (including rdap.org) and IANA WHOIS/bootstrap services (including whois.iana.org), and may query referred WHOIS servers returned by those services. Public IP + Geo/ASN lookup uses ipinfo.io to retrieve IP, ASN, ISP, and approximate location details. Your use of these features may also be subject to third-party terms and policies.</p>
<h2>5. Advertising</h2>
<p>The app displays ads provided by Google AdMob. Google may use cookies, device identifiers, and ad interaction data to serve and measure ads. You can learn more about how Google uses data at <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 from the app.</p>
<h2>6. In-App Purchases</h2>
<p>The app offers an optional one-time in-app purchase to remove ads. Purchases are processed through the Apple App Store and are subject to Apple's terms and conditions.</p>
<h2>7. Network Results</h2>
<p>Diagnostic results are best-effort and may vary based on network conditions, remote systems, firewalls, registry/operator behavior, third-party service availability, and platform limitations. Results should not be treated as guaranteed or complete security assessments.</p>
<h2>8. No Warranty</h2>
<p>The app is provided "as is" without warranties of any kind, express or implied, including fitness for a particular purpose, availability, or accuracy.</p>
<h2>9. Limitation of Liability</h2>
<p>To the maximum extent permitted by law, the app developer is not liable for any direct, indirect, incidental, or consequential damages arising from your use of the app or reliance on its output.</p>
<h2>10. Changes to Terms</h2>
<p>These terms may be updated from time to time. Continued use of the app after updates means you accept the revised terms.</p>
<h2>11. Contact</h2>
<p>If you have questions about these terms, 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>