fix(dns): change miniflux subdomain from rss to news
This commit is contained in:
@@ -11,7 +11,7 @@ locals {
|
|||||||
policy = "allow_everyone"
|
policy = "allow_everyone"
|
||||||
}
|
}
|
||||||
miniflux = {
|
miniflux = {
|
||||||
subdomain = "rss"
|
subdomain = "news"
|
||||||
service = "http://192.168.0.101:8883"
|
service = "http://192.168.0.101:8883"
|
||||||
policy = "allow_myself"
|
policy = "allow_myself"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user