summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2020-03-02 05:02:24 -0500
committerDaniel Micay <danielmicay@gmail.com>2020-03-02 05:02:24 -0500
commit82550d98fc587422708233cddcd868041ae303cc (patch)
tree9ee9883c7318c65660d20c8ddd49c2342be45d66
parente075f1ee717e30405c9bad812a95e6b7acfc20a8 (diff)
change dns permalink
-rw-r--r--static/faq.html7
-rw-r--r--static/index.html2
-rw-r--r--static/redirect.js1
-rw-r--r--static/releases.html2
-rw-r--r--static/usage.html2
5 files changed, 8 insertions, 6 deletions
diff --git a/static/faq.html b/static/faq.html
index 22276cf8..c291bb10 100644
--- a/static/faq.html
+++ b/static/faq.html
@@ -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>
diff --git a/static/index.html b/static/index.html
index 9640ffd7..427854a8 100644
--- a/static/index.html
+++ b/static/index.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>
diff --git a/static/redirect.js b/static/redirect.js
index d84bfd78..0ef16859 100644
--- a/static/redirect.js
+++ b/static/redirect.js
@@ -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() {
diff --git a/static/releases.html b/static/releases.html
index 40163e03..e36ccde5 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -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>
diff --git a/static/usage.html b/static/usage.html
index c30da24e..86da59cc 100644
--- a/static/usage.html
+++ b/static/usage.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>