mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2026-02-08 00:47:10 +01:00
Add slskd
This commit is contained in:
parent
af6158289c
commit
e058173c39
3 changed files with 49 additions and 2 deletions
|
|
@ -148,6 +148,14 @@ resource "hetznerdns_record" "lidarr_a" {
|
|||
ttl = 600
|
||||
}
|
||||
|
||||
resource "hetznerdns_record" "slskd_a" {
|
||||
zone_id = data.hetznerdns_zone.banditlair_zone.id
|
||||
name = "slskd"
|
||||
value = local.hel1_ip
|
||||
type = "A"
|
||||
ttl = 600
|
||||
}
|
||||
|
||||
resource "hetznerdns_record" "vtt_a" {
|
||||
zone_id = data.hetznerdns_zone.banditlair_zone.id
|
||||
name = "vtt"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue