-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathip.html
284 lines (248 loc) · 11.2 KB
/
ip.html
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
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="google-analytics">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>IP</title>
<meta name="description" content="IP - Website with math and IT tools">
<meta name="keywords" content="Tools, Narzędzia, IP">
<meta name="author" content="Bartek L">
<link rel="stylesheet" href="/tools/css/style.css">
<link rel="stylesheet" href="/tools/css/modules/bootstrap.min.css">
<link rel="stylesheet" href="/tools/css/modules/bootstrap-icons/bootstrap-icons.min.css">
<script src="/tools/js/theme.js"></script>
<link rel="manifest" href="/tools/manifest.json">
<link rel="shortcut icon" href="/tools/img/icons/icon.ico">
<link rel="apple-touch-icon" href="/tools/img/icons/icon_x192.png">
<!-- Standard browsers -->
<meta name="theme-color" content="#0d6efd"/>
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<!-- Windows Phone -->
<meta name="msapplication-navbutton-color" content="#0d6efd">
<meta name="google-site-verification">
</head>
<body class="px-3 pt-2">
<div class="top-bar">
<div class="float-start top-bar-buttons">
<button class="top-bar-button" onclick="window.location.reload()">
<i class="bi bi-arrow-clockwise"></i>
</button>
<a class="top-bar-button" href="/tools/">
<i class="bi bi-house"></i>
</a>
<button class="top-bar-button" id="top-bar-share">
<i class="bi bi-share-fill"></i>
</button>
</div>
<div class="input-group top-bar-search-group">
<span class="input-group-text top-bar-search-text"><i class="bi bi-search"></i></span>
<input type="text" class="form-control top-bar-search" placeholder="Search">
</div>
</div>
<h1 class="text-light-emphasis h2 text-center">
<a href="/tools/" class="home-link">
<span text-id="0">Tools</span>
<i class="bi bi-tools"></i>
</a>
</h1>
<h2 class="h3">
<i class="bi bi-globe"></i>
<span>IP</span>
</h2>
<div id="offline" class="alert alert-danger p-0 ps-2 d-none">
<div class="float-start fs-1">
<i class="bi bi-wifi-off"></i>
</div>
<div class="float-start ps-3 py-3">
<span text-id="21">This tool is not available offline.</span>
</div>
<div class="clearfix"></div>
</div>
<div id="tool-page">
<div class="h4"><span text-id="22">Private IP</span></div>
<div id="private-ip-loading">
<div class="spinner-border text-primary" role="status">
<span class="visually-hidden">Loading...</span>
</div>
</div>
<div class="alert alert-danger d-none" id="private-ip-blocked">
<span text-id="23">Private IP detection is blocked.</span>
<div id="private-ip-blocked-chrome" class="mt-1 d-none">
<span text-id="24">To unblock it follow this steps:</span>
<ol>
<li><span text-id="25">Open</span> <code>chrome://flags/#enable-webrtc-hide-local-ips-with-mdns</code></li>
<li><span text-id="26">At the highlighted option, change <code>Default</code> to <code>Disabled</code>.</span></li>
<li><span text-id="27">Click <code>Relaunch</code>.</span></li>
</ol>
</div>
</div>
<div id="private-ip-div" class="d-none">
<div class="input-group">
<span class="input-group-text">
<i class="bi bi-globe"></i>
</span>
<div class="form-floating">
<input type="text" class="form-control" id="private-ip" placeholder="IP" readonly>
<label for="public-ip">IP</label>
</div>
<button class="btn btn-outline-primary copy">
<i class="bi bi-clipboard"></i>
</button>
</div>
</div>
<div class="h4 mt-2"><span text-id="28">Public IP</span></div>
<div id="public-ip-loading">
<div class="spinner-border text-primary" role="status">
<span class="visually-hidden">Loading...</span>
</div>
</div>
<div class="alert alert-danger d-none" id="public-ip-error">
<span text-id="29">Failed to check the public IP.</span>
<br>
<span text-id="30">This may be caused by AdBlock or checking too often.</span>
</div>
<div id="public-ip-div" class="d-none">
<div class="input-group mb-1">
<span class="input-group-text">
<i class="bi bi-globe"></i>
</span>
<div class="form-floating">
<input type="text" class="form-control" id="public-ip" placeholder="IP" readonly>
<label for="public-ip">IP</label>
</div>
<button class="btn btn-outline-primary copy">
<i class="bi bi-clipboard"></i>
</button>
</div>
<div class="input-group mb-1">
<span class="input-group-text">
<i class="bi bi-building-fill"></i>
</span>
<div class="form-floating">
<input type="text" class="form-control" id="operator" placeholder="Operator" readonly>
<label for="operator">Operator</label>
</div>
<button class="btn btn-outline-primary copy">
<i class="bi bi-clipboard"></i>
</button>
</div>
<div class="input-group mb-1">
<span class="input-group-text">
<i class="bi bi-map"></i>
</span>
<div class="form-floating">
<input type="text" class="form-control" id="city" placeholder="City" readonly>
<label for="city"><span text-id="31">City</span></label>
</div>
<button class="btn btn-outline-primary copy">
<i class="bi bi-clipboard"></i>
</button>
</div>
<div class="input-group mb-1">
<span class="input-group-text">
<i class="bi bi-map"></i>
</span>
<div class="form-floating">
<input type="text" class="form-control" id="country" placeholder="Country" readonly>
<label for="country"><span text-id="32">Country</span></label>
</div>
<button class="btn btn-outline-primary copy">
<i class="bi bi-clipboard"></i>
</button>
</div>
<div class="input-group mb-1">
<span class="input-group-text">
<i class="bi bi-geo-alt-fill"></i>
</span>
<div class="form-floating">
<input type="text" class="form-control" id="latitude" placeholder="Latitude" readonly>
<label for="latitude"><span text-id="33">Latitude</span></label>
</div>
<button class="btn btn-outline-primary copy">
<i class="bi bi-clipboard"></i>
</button>
</div>
<div class="input-group mb-1">
<span class="input-group-text">
<i class="bi bi-geo-alt-fill"></i>
</span>
<div class="form-floating">
<input type="text" class="form-control" id="longitude" placeholder="Longitude" readonly>
<label for="longitude"><span text-id="34">Longitude</span></label>
</div>
<button class="btn btn-outline-primary copy">
<i class="bi bi-clipboard"></i>
</button>
</div>
<div class="input-group mb-1">
<span class="input-group-text">
<i class="bi bi-clock"></i>
</span>
<div class="form-floating">
<input type="text" class="form-control" id="timezone" placeholder="Timezone" readonly>
<label for="timezone"><span text-id="35">Timezone</span></label>
</div>
<button class="btn btn-outline-primary copy">
<i class="bi bi-clipboard"></i>
</button>
</div>
</div>
<div class="alert alert-info mt-2">
<span text-id="36">The public IP data comes from</span>
<a href="https://ipapi.co/" target="_blank" rel="noopener" class="alert-link">ipapi</a>
</div>
</div>
<button class="btn btn-primary py-2 dropdown-toggle d-flex align-items-center position-fixed bottom-0 end-0 m-2" id="theme-button" type="button" data-bs-toggle="dropdown" data-bs-target="theme-dropdown">
</button>
<ul class="dropdown-menu dropdown-menu-end shadow" id="theme-dropdown">
<li>
<button type="button" class="dropdown-item d-flex align-items-center theme-button" theme-value="auto">
<i class="bi bi-circle-half me-2 opacity-75"></i>
Auto
<i class="bi bi-check2 ms-auto d-none"></i>
</button>
</li>
<li>
<button type="button" class="dropdown-item d-flex align-items-center theme-button" theme-value="light">
<i class="bi bi-sun-fill me-2 opacity-75"></i>
<span text-id="248">Light</span>
<i class="bi bi-check2 ms-auto d-none"></i>
</button>
</li>
<li>
<button type="button" class="dropdown-item d-flex align-items-center theme-button" theme-value="dark">
<i class="bi bi-moon-stars-fill me-2 opacity-75"></i>
<span text-id="249">Dark</span>
<i class="bi bi-check2 ms-auto d-none"></i>
</button>
</li>
</ul>
<div id="cookies-info"></div>
<script src="/tools/js/topbar.js"></script>
<script src="/tools/js/translate.js"></script>
<script src="/tools/js/error.js"></script>
<script src="/tools/js/offline.js"></script>
<script src="/tools/js/modules/bootstrap.bundle.min.js"></script>
<script src="/tools/js/modules/bowser.js"></script>
<script src="/tools/js/ip.js"></script>
<script>
var reg;
// Register the service worker
if ('serviceWorker' in navigator) {
// Wait for the 'load' event to not block other work
window.addEventListener('load', async () => {
// Try to register the service worker.
try {
reg = await navigator.serviceWorker.register('/tools/sw.js');
console.log('Service worker registered! 😎', reg);
} catch (err) {
console.log('😥 Service worker registration failed: ', err);
}
});
}
</script>
</body>
</html>