mirror of
https://github.com/System-End/dns.git
synced 2026-04-19 22:05:14 +00:00
Add CNAME records for fraud subdomain (#2442)
This commit is contained in:
parent
996fe7f249
commit
768d089724
1 changed files with 5 additions and 1 deletions
|
|
@ -2401,10 +2401,14 @@ fraser:
|
|||
- 185.199.109.153
|
||||
- 185.199.110.153
|
||||
- 185.199.111.153
|
||||
fraud:
|
||||
fraud: # echo - echo@hackclub.com
|
||||
- ttl: 300
|
||||
type: CNAME
|
||||
value: 4ba1d516ffa9aa93.vercel-dns-017.com.
|
||||
'*.fraud': # neon - neon@hackclub.com
|
||||
- ttl: 300
|
||||
type: CNAME
|
||||
value: a.selfhosted.hackclub.com.
|
||||
fremont:
|
||||
- ttl: 300
|
||||
type: CNAME
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue