mirror of
https://github.com/System-End/dns.git
synced 2026-04-19 22:05:14 +00:00
Add SMTP CNAME record for loopy (#2295)
This commit is contained in:
parent
3d127b6184
commit
560bc3d868
1 changed files with 4 additions and 0 deletions
|
|
@ -3172,6 +3172,10 @@ live.onboard:
|
|||
type: A
|
||||
value: 188.40.116.216
|
||||
loopy: # max@hackclub.com
|
||||
- ttl: 300
|
||||
type: CNAME
|
||||
value: a.limited.selfhosted.hackclub.com.
|
||||
smtp.loopy: # max@hackclub.com
|
||||
- ttl: 300
|
||||
type: CNAME
|
||||
value: a.limited.selfhosted.hackclub.com.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue