-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathindex.html
More file actions
57 lines (51 loc) · 1.89 KB
/
Copy pathindex.html
File metadata and controls
57 lines (51 loc) · 1.89 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>
Apple Encrypted DNS Profile Generator | DoH & DoT Configuration
</title>
<meta
name="description"
content="Generate Apple configuration profiles (.mobileconfig) for DNS over HTTPS (DoH) and DNS over TLS (DoT). Enable encrypted DNS system-wide on iOS, iPadOS, and macOS."
/>
<meta
name="keywords"
content="DNS, DoH, DoT, DNS over HTTPS, DNS over TLS, Apple, iOS, macOS, configuration profile, mobileconfig, encrypted DNS, privacy"
/>
<link rel="canonical" href="https://upset.dev/dns-profile-generator/" />
<!-- Open Graph -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Apple Encrypted DNS Profile Generator" />
<meta
property="og:description"
content="Create .mobileconfig files for DNS over HTTPS and DNS over TLS on Apple devices."
/>
<meta
property="og:image"
content="https://upset.dev/api/og?title=Apple%20Encrypted%20DNS%20Profile%20Generator"
/>
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@fransallen" />
<meta
name="twitter:image"
content="https://upset.dev/api/og?title=Apple%20Encrypted%20DNS%20Profile%20Generator"
/>
<!-- Favicon -->
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
<link
rel="stylesheet"
href="https://fonts.upset.dev/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap"
/>
<script
async=""
src="https://api-scout.reflexapi.net/app"
data-website-id="4c04bc0c-5aa4-4e22-a333-1976d594a9d0"
></script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>