mirror of
https://github.com/System-End/dns.git
synced 2026-04-19 22:05:14 +00:00
Update README with recommended TTL of 600s (#1096)
This commit is contained in:
parent
b90a0d17bf
commit
ea1153b60d
1 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@ This repository is used for managing Hack Club's DNS configuration through [Octo
|
|||
|
||||
```yaml
|
||||
SUBDOMAIN_NAME:
|
||||
- ttl: 1
|
||||
- ttl: 600
|
||||
type: CNAME
|
||||
value: SOURCE_DOMAIN_OR_IP.
|
||||
```
|
||||
|
|
@ -43,7 +43,7 @@ Add the value to the [hackclub.com.yaml](./hackclub.com.yaml) file as shown belo
|
|||
|
||||
```yaml
|
||||
_vercel:
|
||||
ttl: 1
|
||||
ttl: 600
|
||||
type: TXT
|
||||
values:
|
||||
- vc-domain-verify=wackclub.hackclub.com,423c28e0fbdd51449cf1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue