feat(dns): expose miniflux rss reader
This commit is contained in:
@@ -10,5 +10,10 @@ locals {
|
|||||||
service = "http://192.168.0.101:3000"
|
service = "http://192.168.0.101:3000"
|
||||||
policy = "allow_everyone"
|
policy = "allow_everyone"
|
||||||
}
|
}
|
||||||
|
miniflux = {
|
||||||
|
subdomain = "rss"
|
||||||
|
service = "http://192.168.0.101:8883"
|
||||||
|
policy = "allow_myself"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user