feat(dns): expose homeassistant
This commit is contained in:
@@ -4,7 +4,12 @@ locals {
|
|||||||
subdomain = "home"
|
subdomain = "home"
|
||||||
service = "http://192.168.0.101:8888"
|
service = "http://192.168.0.101:8888"
|
||||||
policy = "allow_myself_and_family"
|
policy = "allow_myself_and_family"
|
||||||
},
|
}
|
||||||
|
homeassistant = {
|
||||||
|
subdomain = "ha"
|
||||||
|
service = "http://192.168.0.101:8123"
|
||||||
|
policy = "allow_myself_and_family"
|
||||||
|
}
|
||||||
gitea = {
|
gitea = {
|
||||||
subdomain = "git"
|
subdomain = "git"
|
||||||
service = "http://192.168.0.101:3000"
|
service = "http://192.168.0.101:3000"
|
||||||
@@ -30,5 +35,10 @@ locals {
|
|||||||
service = "http://192.168.0.101:8384"
|
service = "http://192.168.0.101:8384"
|
||||||
policy = "allow_myself"
|
policy = "allow_myself"
|
||||||
}
|
}
|
||||||
|
brad-trost = {
|
||||||
|
subdomain = "brad-trost"
|
||||||
|
service = "http://192.168.0.101:6666"
|
||||||
|
policy = "allow_everyone"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user