Update README
This commit is contained in:
parent
fae7100caa
commit
3a0d30ca43
2 changed files with 11 additions and 3 deletions
1
.github/FUNDING.yml
vendored
Normal file
1
.github/FUNDING.yml
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
custom: https://www.buymeacoffee.com/willnode
|
||||
13
README.md
13
README.md
|
|
@ -42,6 +42,11 @@ old.com IN A 167.172.5.31
|
|||
_.old.com IN TXT forward-domain=https://new.net/*
|
||||
```
|
||||
|
||||
The star `*` at the end tells us that the remaining URL path is also forwarded to the destination URL.
|
||||
|
||||
> If you use Cloudflare or any DNS which supports [CNAME Flattening](https://blog.cloudflare.com/introducing-cname-flattening-rfc-compliant-cnames-at-a-domains-root/), you still can use CNAME records pointing to `r.forwarddomain.net`, it's much recommended to use CNAME records rather than A/AAAA records.
|
||||
|
||||
|
||||
## FAQ
|
||||
|
||||
### Is it really free?
|
||||
|
|
@ -59,18 +64,20 @@ For right now there's no way to flush the cache sorry.
|
|||
|
||||
It only slow at first time because it has to sign HTTPS certificates.
|
||||
|
||||
## How about IPv6?
|
||||
### How about IPv6?
|
||||
|
||||
IPv6 record is added in `r.forwarddomain.net` so subdomain redirects will simply work with IPv6. We don't guarantee that its IPv6 address will be persistent though. See [#2](https://github.com/willnode/forward-domain/issues/2#issuecomment-1003831835) for apex domains setup.
|
||||
|
||||
## What records do we keep?
|
||||
### What records do we keep?
|
||||
|
||||
We only keep caches of DNS records and SSL certs. This also means we can see how much users and what domains are using our service from the software cache, but that's all. We don't keeping log traffic nor keeping any user data anywhere in our server.
|
||||
We only keep caches of DNS records and SSL certs. This also means we can see how many users and what domains are using our service from the software cache, but that's all. We don't keep log traffic nor keep any user data anywhere on our server.
|
||||
|
||||
### How can I support this service?
|
||||
|
||||
Star our repo and spread the word, please :)
|
||||
|
||||
Additionally, you can also help us [cover hosting costs](https://www.buymeacoffee.com/willnode).
|
||||
|
||||
## Usual Disclaimer
|
||||
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
editor.link_modal.header
Reference in a new issue