From 5dab950fbcbb8b736cbc74e2904f23e87a41fe83 Mon Sep 17 00:00:00 2001 From: Nathan Woodburn Date: Wed, 18 Jun 2025 10:43:47 +1000 Subject: [PATCH] feat: Rebrand domain --- README.md | 4 ++-- public/index.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index af0f172..0226155 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ This gateway allows you to access IPFS content through Handshake domain names. I ## Installation ```bash # Clone the repository -git clone https://github.com/yourusername/fireportal.git +git clone https://git.woodburn.au/nathanwoodburn/fireportal.git cd fireportal # Install dependencies @@ -37,7 +37,7 @@ Edit the `.env` file to configure: Fire Portal supports multiple methods for resolving Handshake domains: - `doh`: Uses DNS-over-HTTPS via HNSDoH.com (default, recommended) -- `dot`: Uses DNS-over-TLS via HNSDoH.com +- `dot`: Uses DNS-over-TLS via HNSDoH.com (TODO: Implement) - `local`: Uses a local Handshake resolver ### Supported TXT Record Formats diff --git a/public/index.html b/public/index.html index 625ee3e..272e7a3 100644 --- a/public/index.html +++ b/public/index.html @@ -143,7 +143,7 @@

- URL format: https://ipfs.woodburn.au/[domain]/[path]
+ URL format: https://ipfs.hnsproxy.au/[domain]/[path]
Replace [domain] with any Handshake domain and [path] with an optional path.