feat: Rebrand domain

This commit is contained in:
2025-06-18 10:43:47 +10:00
parent 27146f8437
commit 5dab950fbc
2 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ This gateway allows you to access IPFS content through Handshake domain names. I
## Installation ## Installation
```bash ```bash
# Clone the repository # Clone the repository
git clone https://github.com/yourusername/fireportal.git git clone https://git.woodburn.au/nathanwoodburn/fireportal.git
cd fireportal cd fireportal
# Install dependencies # Install dependencies
@@ -37,7 +37,7 @@ Edit the `.env` file to configure:
Fire Portal supports multiple methods for resolving Handshake domains: Fire Portal supports multiple methods for resolving Handshake domains:
- `doh`: Uses DNS-over-HTTPS via HNSDoH.com (default, recommended) - `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 - `local`: Uses a local Handshake resolver
### Supported TXT Record Formats ### Supported TXT Record Formats

View File

@@ -143,7 +143,7 @@
</ol> </ol>
<p> <p>
<strong>URL format:</strong> <code>https://ipfs.woodburn.au/[domain]/[path]</code><br> <strong>URL format:</strong> <code>https://ipfs.hnsproxy.au/[domain]/[path]</code><br>
Replace <code>[domain]</code> with any Handshake domain and <code>[path]</code> with an optional path. Replace <code>[domain]</code> with any Handshake domain and <code>[path]</code> with an optional path.
</p> </p>
</section> </section>