mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Add headscale
This commit is contained in:
parent
051baa2900
commit
3893ba3de1
4 changed files with 65 additions and 0 deletions
|
|
@ -229,6 +229,14 @@ resource "hetznerdns_record" "ch_a" {
|
|||
ttl = 600
|
||||
}
|
||||
|
||||
resource "hetznerdns_record" "hs_a" {
|
||||
zone_id = data.hetznerdns_zone.banditlair_zone.id
|
||||
name = "hs"
|
||||
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