mirror of
https://github.com/System-End/dns.git
synced 2026-04-19 23:22:55 +00:00
Nest stuff (#966)
* add new vm, and ts. subdomain * Fix trailing dot error on secure.vm.hackclub.app. * Update ip addresses to new vm
This commit is contained in:
parent
458869c286
commit
a2b411c007
1 changed files with 12 additions and 5 deletions
|
|
@ -1,14 +1,14 @@
|
|||
---
|
||||
"":
|
||||
- type: A
|
||||
value: 188.40.159.192
|
||||
value: 188.40.159.194
|
||||
- type: AAAA
|
||||
value: 2a01:4f8:120:144a::192
|
||||
value: 2a01:4f8:120:144a::194
|
||||
"*":
|
||||
- type: A
|
||||
value: 188.40.159.192
|
||||
value: 188.40.159.194
|
||||
- type: AAAA
|
||||
value: 2a01:4f8:120:144a::192
|
||||
value: 2a01:4f8:120:144a::194
|
||||
_github-challenge-hack-as-a-service:
|
||||
type: TXT
|
||||
value: 4b821e52c1
|
||||
|
|
@ -26,7 +26,14 @@ proxmox:
|
|||
value: 78.46.86.74
|
||||
- type: AAAA
|
||||
value: 2a01:4f8:120:144a::2
|
||||
|
||||
ts:
|
||||
type: CNAME
|
||||
value: secure.vm.hackclub.app.
|
||||
secure.vm:
|
||||
- type: A
|
||||
value: 188.40.159.193
|
||||
- type: AAAA
|
||||
value: 2a01:4f8:120:144a::5
|
||||
status:
|
||||
type: A
|
||||
value: 34.138.52.92
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue