change dns permalink
This commit is contained in:
parent
e075f1ee71
commit
82550d98fc
@ -66,7 +66,7 @@
|
|||||||
bundled apps make by default?</a></li>
|
bundled apps make by default?</a></li>
|
||||||
<li><a href="#cellular-tracking">What does GrapheneOS do about cellular
|
<li><a href="#cellular-tracking">What does GrapheneOS do about cellular
|
||||||
tracking and silent SMS?</a></li>
|
tracking and silent SMS?</a></li>
|
||||||
<li><a href="#dns">How do I use a custom DNS server?</a></li>
|
<li><a href="#custom-dns">How do I use a custom DNS server?</a></li>
|
||||||
<li><a href="#private-dns-ip">Why does Private DNS not accept IP
|
<li><a href="#private-dns-ip">Why does Private DNS not accept IP
|
||||||
addresses?</a></li>
|
addresses?</a></li>
|
||||||
<li><a href="#private-dns-other">Does DNS-over-TLS (Private DNS) protect
|
<li><a href="#private-dns-other">Does DNS-over-TLS (Private DNS) protect
|
||||||
@ -375,8 +375,8 @@
|
|||||||
sending texts or other data is not required or particularly useful to track devices
|
sending texts or other data is not required or particularly useful to track devices
|
||||||
connected to a network for an adversary with the appropriate access.</p>
|
connected to a network for an adversary with the appropriate access.</p>
|
||||||
|
|
||||||
<h3 id="dns">
|
<h3 id="custom-dns">
|
||||||
<a href="#dns">How do I use a custom DNS server?</a>
|
<a href="#custom-dns">How do I use a custom DNS server?</a>
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
<p>It isn't possible to directly override the DNS servers provided by the network via
|
<p>It isn't possible to directly override the DNS servers provided by the network via
|
||||||
@ -478,5 +478,6 @@
|
|||||||
<li><a href="https://reddit.com/r/GrapheneOS">Reddit</a></li>
|
<li><a href="https://reddit.com/r/GrapheneOS">Reddit</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</footer>
|
</footer>
|
||||||
|
<script src="/redirect.js?4"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -114,6 +114,6 @@
|
|||||||
<li><a href="https://reddit.com/r/GrapheneOS">Reddit</a></li>
|
<li><a href="https://reddit.com/r/GrapheneOS">Reddit</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</footer>
|
</footer>
|
||||||
<script src="/redirect.js?3"></script>
|
<script src="/redirect.js?4"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -17,6 +17,7 @@ const redirects = new Map([
|
|||||||
["/releases#sailfish-stable", "/faq#legacy-devices"],
|
["/releases#sailfish-stable", "/faq#legacy-devices"],
|
||||||
["/releases#marlin-beta", "/faq#legacy-devices"],
|
["/releases#marlin-beta", "/faq#legacy-devices"],
|
||||||
["/releases#sailfish-beta", "/faq#legacy-devices"],
|
["/releases#sailfish-beta", "/faq#legacy-devices"],
|
||||||
|
["/faq#dns", "/faq#custom-dns"],
|
||||||
]);
|
]);
|
||||||
|
|
||||||
function handle_hash() {
|
function handle_hash() {
|
||||||
|
@ -1029,6 +1029,6 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</footer>
|
</footer>
|
||||||
<script src="/releases.js?11"></script>
|
<script src="/releases.js?11"></script>
|
||||||
<script src="/redirect.js?3"></script>
|
<script src="/redirect.js?4"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -335,6 +335,6 @@
|
|||||||
<li><a href="https://reddit.com/r/GrapheneOS">Reddit</a></li>
|
<li><a href="https://reddit.com/r/GrapheneOS">Reddit</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</footer>
|
</footer>
|
||||||
<script src="/redirect.js?3"></script>
|
<script src="/redirect.js?4"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user