mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-23 00:37:47 +00:00
Merge pull request #428 from hcengineering/telegram-record
add telegram dns record
This commit is contained in:
commit
f052c985f6
@ -316,3 +316,13 @@ new aws.route53.Record("accountRecord", {
|
|||||||
"107.191.38.121"
|
"107.191.38.121"
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
|
|
||||||
|
new aws.route53.Record("telegramRecord", {
|
||||||
|
name: "telegram.hc.engineering",
|
||||||
|
zoneId: zoneId,
|
||||||
|
type: "A",
|
||||||
|
ttl: 300,
|
||||||
|
records: [
|
||||||
|
"107.191.38.121"
|
||||||
|
]
|
||||||
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user