Centos7 bind服务器主从同步,从服务器区域文件乱码

# vim /etc/named.rfc1912.zones
/* maedu zone config */
zone "maedu.com" IN {
        type slave;
        masters { 192.168.16.129; };
        masterfile-format text;
        file "slaves/maedu.com.zone";
};

说明:masterfile-format text;(格式可以是text或者是raw格式,默认不用添加此行,但是本次出现乱码后,添加此行后,乱码消失)

相关文章:

  • 2021-07-08
  • 2022-01-13
  • 2021-05-28
  • 2021-09-17
  • 2022-12-23
  • 2021-10-18
猜你喜欢
  • 2021-11-19
  • 2022-02-02
  • 2021-12-27
  • 2022-12-23
  • 2021-05-15
  • 2022-12-23
相关资源
相似解决方案