change dns permalink
This commit is contained in:
parent
e075f1ee71
commit
82550d98fc
@ -66,7 +66,7 @@
|
||||
bundled apps make by default?</a></li>
|
||||
<li><a href="#cellular-tracking">What does GrapheneOS do about cellular
|
||||
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
|
||||
addresses?</a></li>
|
||||
<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
|
||||
connected to a network for an adversary with the appropriate access.</p>
|
||||
|
||||
<h3 id="dns">
|
||||
<a href="#dns">How do I use a custom DNS server?</a>
|
||||
<h3 id="custom-dns">
|
||||
<a href="#custom-dns">How do I use a custom DNS server?</a>
|
||||
</h3>
|
||||
|
||||
<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>
|
||||
</ul>
|
||||
</footer>
|
||||
<script src="/redirect.js?4"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -114,6 +114,6 @@
|
||||
<li><a href="https://reddit.com/r/GrapheneOS">Reddit</a></li>
|
||||
</ul>
|
||||
</footer>
|
||||
<script src="/redirect.js?3"></script>
|
||||
<script src="/redirect.js?4"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -17,6 +17,7 @@ const redirects = new Map([
|
||||
["/releases#sailfish-stable", "/faq#legacy-devices"],
|
||||
["/releases#marlin-beta", "/faq#legacy-devices"],
|
||||
["/releases#sailfish-beta", "/faq#legacy-devices"],
|
||||
["/faq#dns", "/faq#custom-dns"],
|
||||
]);
|
||||
|
||||
function handle_hash() {
|
||||
|
@ -1029,6 +1029,6 @@
|
||||
</ul>
|
||||
</footer>
|
||||
<script src="/releases.js?11"></script>
|
||||
<script src="/redirect.js?3"></script>
|
||||
<script src="/redirect.js?4"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -335,6 +335,6 @@
|
||||
<li><a href="https://reddit.com/r/GrapheneOS">Reddit</a></li>
|
||||
</ul>
|
||||
</footer>
|
||||
<script src="/redirect.js?3"></script>
|
||||
<script src="/redirect.js?4"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user