fix(dns): change miniflux subdomain from rss to news

This commit is contained in:
2025-10-04 13:26:34 +03:00
parent dfaeedb757
commit d5d26f6697

View File

@@ -11,7 +11,7 @@ locals {
policy = "allow_everyone"
}
miniflux = {
subdomain = "rss"
subdomain = "news"
service = "http://192.168.0.101:8883"
policy = "allow_myself"
}