Github user grkvlt commented on a diff in the pull request:
https://github.com/apache/brooklyn-library/pull/62#discussion_r76401931
--- Diff:
software/network/src/main/resources/org/apache/brooklyn/entity/network/bind/named.conf
---
@@ -20,14 +20,15 @@
// Generated by Brooklyn on ${.now?string.short}
//
options {
- listen-on port ${entity.dnsPort} { 127.0.0.1; ${driver.address}; };
+ // listen-on default is all interfaces
+ // listen-on port ${entity.dnsPort} { 127.0.0.1; ${driver.address};
${driver.subnetAddress}; };
--- End diff --
would prefer `listen-on port ${entity.dnsPort} { any; };` to be explicit,
and allow changing port number, then. same for IPV6 as `listen-on-v6 port
${entity.dnsPort} { any; };`
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---