update
This commit is contained in:
parent
ed52d0ad74
commit
0edb581bd5
2 changed files with 9 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue