From 51e35cc622fa6bf6eae343506d68b39ba59f6c4f Mon Sep 17 00:00:00 2001 From: LittleChest Date: Tue, 12 Aug 2025 17:09:34 +0800 Subject: [PATCH] docs: Update domain * dohna-ns.sbs -> dohna.ovh --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0796203..415874e 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Another DNS over HTTPS recursive resolver. ## For Users -Read [Dohna NS Documentation](https://dohna-ns.sbs/) to learn how to install Dohna NS on your device. +Read [Dohna NS Documentation](https://dohna.ovh/) to learn how to install Dohna NS on your device. ## Deploy @@ -30,4 +30,4 @@ You can use [Netlify CLI](https://cli.netlify.com/commands/serve/) or [`workerd` Make sure you can connect to upstream servers. -If you find a bug on self-hosted, try to reproduce it at `dohna-ns.sbs` before reporting it. +If you find a bug on self-hosted, try to reproduce it at `dohna.ovh` before reporting it. diff --git a/package.json b/package.json index 4013ece..041054a 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,6 @@ }, "author": "LittleChest", "license": "AGPL-3.0-or-later", - "homepage": "https://dohna-ns.sbs/", + "homepage": "https://dohna.ovh/", "private": true }