This commit is contained in:
Graham McIntire 2025-11-16 09:34:06 -06:00
parent ed52d0ad74
commit 0edb581bd5
No known key found for this signature in database
2 changed files with 9 additions and 1 deletions

View file

@ -29,7 +29,7 @@ skippy.w5isp.com, g.vntx.net {
file_server @g browse
}
photos.w5isp.com {
photos.w5isp.com, photos.mcintire.me {
reverse_proxy http://100.107.11.77:2283
}

View file

@ -93,6 +93,14 @@ resource "dnsimple_zone_record" "mcintire_dkim_mailcow" {
ttl = 3600
}
resource "dnsimple_zone_record" "mcintire_photos" {
zone_name = "mcintire.me"
name = "photos"
value = "204.110.191.8"
type = "A"
ttl = 3600
}
resource "dnsimple_zone_record" "mcintire_headscale" {
zone_name = "mcintire.me"
name = "headscale"