Hi,

I'm trying to configure master-slave mode in bind backend. Everything looks fine but it should work on non-standard ports also.

Slave config:

zone "zone.local" in {
        type slave;
        file "/etc/pdns/bind-backend/named.zone.local";
        masters { 192.168.1.1 port 1234; };
        forwarders {};
};

With this I get syntax error. If I remove 'port 1234' it's fine however according to the docs I found this syntax is valid. Is there any restriction regarding the masters configuration directive? I'm using version 3.4.0 from Epel on CentOS 7.

Thanks,
Laszlo

--
Laszlo Toth
Systems administrator
Linguamatics
324 Cambridge Science Park
Milton Road
Cambridge
CB4 0WG
UK
Telephone number:
+44 (0)1223 651910
www.linguamatics.com


_______________________________________________
Pdns-users mailing list
Pdns-users@mailman.powerdns.com
http://mailman.powerdns.com/mailman/listinfo/pdns-users

Reply via email to