mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Add chisel
This commit is contained in:
parent
c06ba9ab5d
commit
051baa2900
4 changed files with 38 additions and 9 deletions
|
|
@ -221,6 +221,14 @@ resource "hetznerdns_record" "coturn_a" {
|
|||
ttl = 600
|
||||
}
|
||||
|
||||
resource "hetznerdns_record" "ch_a" {
|
||||
zone_id = data.hetznerdns_zone.banditlair_zone.id
|
||||
name = "ch"
|
||||
value = local.hel1_ip
|
||||
type = "A"
|
||||
ttl = 600
|
||||
}
|
||||
|
||||
# Email
|
||||
resource "hetznerdns_record" "mail_mx" {
|
||||
zone_id = data.hetznerdns_zone.banditlair_zone.id
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue