mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat: animu night no longer discord requiring
This commit is contained in:
parent
7e70c182e5
commit
ca97476a47
10 changed files with 91 additions and 23 deletions
|
|
@ -51,3 +51,12 @@ resource "cloudflare_record" "kuma" {
|
|||
value = "mei.inskip.me"
|
||||
zone_id = local.zone_ids.kittywitch
|
||||
}
|
||||
|
||||
resource "cloudflare_record" "stream" {
|
||||
name = "stream"
|
||||
proxied = false
|
||||
ttl = 3600
|
||||
type = "CNAME"
|
||||
value = "daiyousei.inskip.me"
|
||||
zone_id = local.zone_ids.kittywitch
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue