From 96960b90dc482b4acc634d6b352315edcf39b58e Mon Sep 17 00:00:00 2001 From: Rebecca Tamachiro Date: Wed, 13 Aug 2025 11:25:18 +0100 Subject: [PATCH 1/5] Rename other-ways-to-use-1.1.1.1 folder to additional-options --- .../dns-in-google-sheets.mdx | 0 .../dns-over-discord.mdx | 0 .../dns-over-tor.mdx | 0 .../{other-ways-to-use-1.1.1.1 => additional-options}/index.mdx | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename src/content/docs/1.1.1.1/{other-ways-to-use-1.1.1.1 => additional-options}/dns-in-google-sheets.mdx (100%) rename src/content/docs/1.1.1.1/{other-ways-to-use-1.1.1.1 => additional-options}/dns-over-discord.mdx (100%) rename src/content/docs/1.1.1.1/{other-ways-to-use-1.1.1.1 => additional-options}/dns-over-tor.mdx (100%) rename src/content/docs/1.1.1.1/{other-ways-to-use-1.1.1.1 => additional-options}/index.mdx (100%) diff --git a/src/content/docs/1.1.1.1/other-ways-to-use-1.1.1.1/dns-in-google-sheets.mdx b/src/content/docs/1.1.1.1/additional-options/dns-in-google-sheets.mdx similarity index 100% rename from src/content/docs/1.1.1.1/other-ways-to-use-1.1.1.1/dns-in-google-sheets.mdx rename to src/content/docs/1.1.1.1/additional-options/dns-in-google-sheets.mdx diff --git a/src/content/docs/1.1.1.1/other-ways-to-use-1.1.1.1/dns-over-discord.mdx b/src/content/docs/1.1.1.1/additional-options/dns-over-discord.mdx similarity index 100% rename from src/content/docs/1.1.1.1/other-ways-to-use-1.1.1.1/dns-over-discord.mdx rename to src/content/docs/1.1.1.1/additional-options/dns-over-discord.mdx diff --git a/src/content/docs/1.1.1.1/other-ways-to-use-1.1.1.1/dns-over-tor.mdx b/src/content/docs/1.1.1.1/additional-options/dns-over-tor.mdx similarity index 100% rename from src/content/docs/1.1.1.1/other-ways-to-use-1.1.1.1/dns-over-tor.mdx rename to src/content/docs/1.1.1.1/additional-options/dns-over-tor.mdx diff --git a/src/content/docs/1.1.1.1/other-ways-to-use-1.1.1.1/index.mdx b/src/content/docs/1.1.1.1/additional-options/index.mdx similarity index 100% rename from src/content/docs/1.1.1.1/other-ways-to-use-1.1.1.1/index.mdx rename to src/content/docs/1.1.1.1/additional-options/index.mdx From 51852295949c23facb1b2689e08aa71a03a4e1a9 Mon Sep 17 00:00:00 2001 From: Rebecca Tamachiro Date: Wed, 13 Aug 2025 11:25:30 +0100 Subject: [PATCH 2/5] Add dynamic redirect --- public/__redirects | 1 + 1 file changed, 1 insertion(+) diff --git a/public/__redirects b/public/__redirects index d927f6a83d6d06..2ace3e7f18c6d5 100644 --- a/public/__redirects +++ b/public/__redirects @@ -2202,6 +2202,7 @@ ### DYNAMIC REDIRECTS ### /*/index.html.md /:splat/index.md 301 +/1.1.1.1/other-ways-to-use-1.1.1.1/* /1.1.1.1/additional-options/:splat 301 /api-next/* /api/:splat 301 /changelog-next/* /changelog/:splat 301 /browser-rendering/quick-actions-rest-api/* /browser-rendering/rest-api/:splat 301 From f94149b4a7faf7bc3f1662735dacdfe46ac4cf5a Mon Sep 17 00:00:00 2001 From: Rebecca Tamachiro Date: Wed, 13 Aug 2025 11:33:29 +0100 Subject: [PATCH 3/5] Update frontmatter slug to use /additional-options/ --- .../docs/1.1.1.1/additional-options/dns-in-google-sheets.mdx | 2 +- .../docs/1.1.1.1/additional-options/dns-over-discord.mdx | 2 +- src/content/docs/1.1.1.1/additional-options/dns-over-tor.mdx | 2 +- src/content/docs/1.1.1.1/index.mdx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/content/docs/1.1.1.1/additional-options/dns-in-google-sheets.mdx b/src/content/docs/1.1.1.1/additional-options/dns-in-google-sheets.mdx index 912e75eb5bb4da..c18ce4eb8a21f9 100644 --- a/src/content/docs/1.1.1.1/additional-options/dns-in-google-sheets.mdx +++ b/src/content/docs/1.1.1.1/additional-options/dns-in-google-sheets.mdx @@ -1,7 +1,7 @@ --- pcx_content_type: tutorial title: DNS in Google Sheets -slug: 1.1.1.1/other-ways-to-use-1.1.1.1/dns-in-google-sheets +slug: 1.1.1.1/additional-options/dns-in-google-sheets --- diff --git a/src/content/docs/1.1.1.1/additional-options/dns-over-discord.mdx b/src/content/docs/1.1.1.1/additional-options/dns-over-discord.mdx index 3421bbce3bf232..b1cc09c9170cd6 100644 --- a/src/content/docs/1.1.1.1/additional-options/dns-over-discord.mdx +++ b/src/content/docs/1.1.1.1/additional-options/dns-over-discord.mdx @@ -1,7 +1,7 @@ --- pcx_content_type: tutorial title: DNS over Discord -slug: 1.1.1.1/other-ways-to-use-1.1.1.1/dns-over-discord +slug: 1.1.1.1/additional-options/dns-over-discord --- diff --git a/src/content/docs/1.1.1.1/additional-options/dns-over-tor.mdx b/src/content/docs/1.1.1.1/additional-options/dns-over-tor.mdx index 134db0d9b010fe..66e13e1e70d4cb 100644 --- a/src/content/docs/1.1.1.1/additional-options/dns-over-tor.mdx +++ b/src/content/docs/1.1.1.1/additional-options/dns-over-tor.mdx @@ -1,7 +1,7 @@ --- pcx_content_type: tutorial title: DNS over Tor -slug: 1.1.1.1/other-ways-to-use-1.1.1.1/dns-over-tor +slug: 1.1.1.1/additional-options/dns-over-tor --- :::caution diff --git a/src/content/docs/1.1.1.1/index.mdx b/src/content/docs/1.1.1.1/index.mdx index 07fd45d7aea923..f0d31479fff499 100644 --- a/src/content/docs/1.1.1.1/index.mdx +++ b/src/content/docs/1.1.1.1/index.mdx @@ -31,7 +31,7 @@ Unlike most DNS resolvers, 1.1.1.1 does not sell user data to advertisers. 1.1.1 -1.1.1.1 offers an encrypted service through DNS over HTTPS (DoH) or DNS over TLS (DoT) for increased security and privacy. You can also access 1.1.1.1 [as a Tor hidden service](/1.1.1.1/other-ways-to-use-1.1.1.1/dns-over-tor/). +1.1.1.1 offers an encrypted service through DNS over HTTPS (DoH) or DNS over TLS (DoT) for increased security and privacy. You can also access 1.1.1.1 [as a Tor hidden service](/1.1.1.1/additional-options/dns-over-tor/). *** From 0d5f185b725a119bb5725b4884a433efed57aa05 Mon Sep 17 00:00:00 2001 From: Rebecca Tamachiro Date: Wed, 13 Aug 2025 11:35:35 +0100 Subject: [PATCH 4/5] Update previously exitsing redirects --- public/__redirects | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/__redirects b/public/__redirects index 2ace3e7f18c6d5..c1392e77fbd361 100644 --- a/public/__redirects +++ b/public/__redirects @@ -76,14 +76,14 @@ /1.1.1.1/encrypted-dns/dns-over-https/make-api-requests/ /1.1.1.1/encryption/dns-over-https/make-api-requests/ 301 /1.1.1.1/encrypted-dns/dns-over-https/make-api-requests/dns-json/ /1.1.1.1/encryption/dns-over-https/make-api-requests/dns-json/ 301 /1.1.1.1/encrypted-dns/dns-over-tls/ /1.1.1.1/encryption/dns-over-tls/ 301 -/1.1.1.1/fun-stuff/dns-in-google-sheets/ /1.1.1.1/other-ways-to-use-1.1.1.1/dns-in-google-sheets/ 301 -/1.1.1.1/fun-stuff/dns-over-discord/ /1.1.1.1/other-ways-to-use-1.1.1.1/dns-over-discord/ 301 -/1.1.1.1/fun-stuff/dns-over-sms/ /1.1.1.1/other-ways-to-use-1.1.1.1/ 301 -/1.1.1.1/fun-stuff/dns-over-tor/ /1.1.1.1/other-ways-to-use-1.1.1.1/dns-over-tor/ 301 +/1.1.1.1/fun-stuff/dns-in-google-sheets/ /1.1.1.1/additional-options/dns-in-google-sheets/ 301 +/1.1.1.1/fun-stuff/dns-over-discord/ /1.1.1.1/additional-options/dns-over-discord/ 301 +/1.1.1.1/fun-stuff/dns-over-sms/ /1.1.1.1/additional-options/ 301 +/1.1.1.1/fun-stuff/dns-over-tor/ /1.1.1.1/additional-options/dns-over-tor/ 301 /1.1.1.1/ipv6-networks/ /1.1.1.1/infrastructure/ipv6-networks/ 301 /1.1.1.1/network-operators/ /1.1.1.1/infrastructure/network-operators/ 301 /1.1.1.1/nitty-gritty-details/ /1.1.1.1/faq/ 301 -/1.1.1.1/other-ways-to-use-1.1.1.1/dns-over-telegram/ /1.1.1.1/other-ways-to-use-1.1.1.1/ 301 +/1.1.1.1/other-ways-to-use-1.1.1.1/dns-over-telegram/ /1.1.1.1/additional-options/ 301 /1.1.1.1/privacy/firefox/ /1.1.1.1/privacy/cloudflare-resolver-firefox/ 301 /1.1.1.1/setting-up-1.1.1.1/ /1.1.1.1/setup/ 301 /1.1.1.1/setting-up-1.1.1.1/android/ /1.1.1.1/setup/android/ 301 From 1660b75554c12c596333a50255f76892bfcd87b7 Mon Sep 17 00:00:00 2001 From: Rebecca Tamachiro Date: Wed, 13 Aug 2025 11:45:46 +0100 Subject: [PATCH 5/5] Fix remaining forntmatter slug in index.mdx --- src/content/docs/1.1.1.1/additional-options/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/1.1.1.1/additional-options/index.mdx b/src/content/docs/1.1.1.1/additional-options/index.mdx index e2112bc7ad9c3a..43325f37e552cc 100644 --- a/src/content/docs/1.1.1.1/additional-options/index.mdx +++ b/src/content/docs/1.1.1.1/additional-options/index.mdx @@ -5,7 +5,7 @@ sidebar: order: 5 group: hideIndex: true -slug: 1.1.1.1/other-ways-to-use-1.1.1.1 +slug: 1.1.1.1/additional-options ---