38 lines
No EOL
2.4 KiB
HTML
38 lines
No EOL
2.4 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>DNS Profile Creator</title>
|
|
<link rel="stylesheet" href="css/w3.css">
|
|
<link rel="stylesheet" href="css/form.css">
|
|
</head>
|
|
<body class="w3-container">
|
|
<h1>Secure DNS profile creator</h1>
|
|
<h2>For iOS 14 or later and macOS Big Sur or later</h2>
|
|
|
|
<div class="w3-bar w3-border w3-light-grey">
|
|
<a href="/index.html" class="w3-bar-item w3-button">About</a>
|
|
<a href="/tool.html" class="w3-bar-item w3-button">Tool</a>
|
|
<a href="/premades.html" class="w3-bar-item w3-button">Pre-made profiles</a>
|
|
<a href="https://github.com/fyr77/dns-mobileconfig" class="w3-bar-item w3-button w3-right w3-black">GitHub</a>
|
|
<a href="/legal.html" class="w3-bar-item w3-button w3-right w3-green">Legal</a>
|
|
</div>
|
|
|
|
<br>
|
|
|
|
<h3>Licenses & Thanks</h3>
|
|
<ul>
|
|
<li>Eli Grey: <a href="https://github.com/eligrey/FileSaver.js" target="_blank">FileSaver.js</a>, <a href="https://github.com/eligrey/FileSaver.js/blob/master/LICENSE.md">MIT License</a></li>
|
|
<li>uuidjs: <a href="https://github.com/uuidjs/uuid">UUID JavaScript library</a>, <a href="https://github.com/uuidjs/uuid/blob/master/LICENSE.md">MIT License</a></li>
|
|
<li>Paul Miller: <a href="https://github.com/paulmillr/encrypted-dns">encrypted-dns</a> (reference), <a href="https://github.com/paulmillr/encrypted-dns/blob/master/LICENSE">The Unlicense</a></li>
|
|
<li>w3schools.com: <a href="https://www.w3schools.com/w3css/">w3.css</a>, Public Domain</li>
|
|
</ul>
|
|
<h3>Privacy</h3>
|
|
<p>This website (<a href="https://dns.notjakob.com")>https://dns.notjakob.com</a>) uses cookies to operate.</p>
|
|
<p>A technical cookie by Cloudflare is created. This is necessary for the security features and cannot be disabled. It cannot be used to personally identify visitors. Read more about it <a href="https://support.cloudflare.com/hc/en-us/articles/200170156-Understanding-the-Cloudflare-Cookies#12345682">here</a>.</p>
|
|
<p>Furthermore, this website uses cookies to import premade configuration profiles. These cookies do not contain any personal information and cannot be used to personally identify visitors. <br>
|
|
These cookies expire after one hour or after downloading the profile.</p>
|
|
<p>This website does not collect any personal data and does not use ads.</p>
|
|
</body>
|
|
</html> |