support forwarding a zone to a dns server on port other than 53
e.g. Consul runs on 8600 https://www.consul.io/docs/guides/forwarding.html zone "consul" IN { type forward; forward only; forwarders { 127.0.0.1 port 8600; }; };
This commit is contained in:
@@ -18,6 +18,7 @@ define bind::zone (
|
||||
$forwarders = '',
|
||||
$forward = '',
|
||||
$source = '',
|
||||
$forwarders_port = 53,
|
||||
) {
|
||||
# where there is a zone, there is a server
|
||||
include bind
|
||||
|
||||
Reference in New Issue
Block a user