From a51e3d0a22a4d29609779a2cbd73946f51cfcb2e Mon Sep 17 00:00:00 2001 From: Ilia Ross Date: Thu, 1 Aug 2024 00:34:02 +0300 Subject: [PATCH] Fix BIND service name is now `named.service` in Debian 12 and Ubuntu 24.04 [build] --- ....0-ALL => config-Ubuntu-Linux-18.04-22.99} | 0 bind8/config-Ubuntu-Linux-24.04-ALL | 50 +++++++++++++++++++ bind8/config-debian-linux-10.0-11.99 | 50 +++++++++++++++++++ bind8/config-debian-linux-12.0-ALL | 50 +++++++++++++++++++ 4 files changed, 150 insertions(+) rename bind8/{config-debian-linux-10.0-ALL => config-Ubuntu-Linux-18.04-22.99} (100%) create mode 100644 bind8/config-Ubuntu-Linux-24.04-ALL create mode 100644 bind8/config-debian-linux-10.0-11.99 create mode 100644 bind8/config-debian-linux-12.0-ALL diff --git a/bind8/config-debian-linux-10.0-ALL b/bind8/config-Ubuntu-Linux-18.04-22.99 similarity index 100% rename from bind8/config-debian-linux-10.0-ALL rename to bind8/config-Ubuntu-Linux-18.04-22.99 diff --git a/bind8/config-Ubuntu-Linux-24.04-ALL b/bind8/config-Ubuntu-Linux-24.04-ALL new file mode 100644 index 000000000..23c545bc4 --- /dev/null +++ b/bind8/config-Ubuntu-Linux-24.04-ALL @@ -0,0 +1,50 @@ +soa_style=1 +named_path=/usr/sbin/named +named_conf=/etc/bind/named.conf +show_list=1 +records_order=0 +max_zones=50 +rev_def=0 +support_aaaa=1 +allow_comments=0 +allow_wild=1 +allow_long=0 +master_ttl=1 +whois_cmd=whois +short_names=0 +updserial_def=0 +updserial_on=1 +updserial_man=1 +ndc_cmd=ndc +forwardzonefilename_format=ZONE.hosts +reversezonefilename_format=ZONE.rev +rev_must=0 +ipv6_mode=1 +allow_underscore=1 +by_view=0 +confirm_zone=1 +confirm_rec=0 +no_chroot=0 +relative_paths=0 +rndc_cmd=rndc +pid_file=/var/run/named/named.pid +zones_file=/etc/bind/named.conf.local +master_dir=/var/lib/bind +slave_dir=/var/lib/bind +no_pid_chroot=0 +soa_start=0 +rndc_conf=/etc/bind/rndc.conf +rndcconf_cmd=rndc-confgen +largezones=0 +checkzone=named-checkzone +keygen=dnssec-keygen +signzone=dnssec-signzone +checkconf=named-checkconf +other_slaves=1 +force_random=0 +spf_record=0 +dnssec_info=1 +start_cmd=systemctl start named.service +stop_cmd=systemctl stop named.service +restart_cmd=systemctl reload named.service +dnssec_period=21 diff --git a/bind8/config-debian-linux-10.0-11.99 b/bind8/config-debian-linux-10.0-11.99 new file mode 100644 index 000000000..3a042bc0d --- /dev/null +++ b/bind8/config-debian-linux-10.0-11.99 @@ -0,0 +1,50 @@ +soa_style=1 +named_path=/usr/sbin/named +named_conf=/etc/bind/named.conf +show_list=1 +records_order=0 +max_zones=50 +rev_def=0 +support_aaaa=1 +allow_comments=0 +allow_wild=1 +allow_long=0 +master_ttl=1 +whois_cmd=whois +short_names=0 +updserial_def=0 +updserial_on=1 +updserial_man=1 +ndc_cmd=ndc +forwardzonefilename_format=ZONE.hosts +reversezonefilename_format=ZONE.rev +rev_must=0 +ipv6_mode=1 +allow_underscore=1 +by_view=0 +confirm_zone=1 +confirm_rec=0 +no_chroot=0 +relative_paths=0 +rndc_cmd=rndc +pid_file=/var/run/named/named.pid +zones_file=/etc/bind/named.conf.local +master_dir=/var/lib/bind +slave_dir=/var/lib/bind +no_pid_chroot=0 +soa_start=0 +rndc_conf=/etc/bind/rndc.conf +rndcconf_cmd=rndc-confgen +largezones=0 +checkzone=named-checkzone +keygen=dnssec-keygen +signzone=dnssec-signzone +checkconf=named-checkconf +other_slaves=1 +force_random=0 +spf_record=0 +dnssec_info=1 +start_cmd=systemctl start bind9.service +stop_cmd=systemctl stop bind9.service +restart_cmd=systemctl reload bind9.service +dnssec_period=21 diff --git a/bind8/config-debian-linux-12.0-ALL b/bind8/config-debian-linux-12.0-ALL new file mode 100644 index 000000000..23c545bc4 --- /dev/null +++ b/bind8/config-debian-linux-12.0-ALL @@ -0,0 +1,50 @@ +soa_style=1 +named_path=/usr/sbin/named +named_conf=/etc/bind/named.conf +show_list=1 +records_order=0 +max_zones=50 +rev_def=0 +support_aaaa=1 +allow_comments=0 +allow_wild=1 +allow_long=0 +master_ttl=1 +whois_cmd=whois +short_names=0 +updserial_def=0 +updserial_on=1 +updserial_man=1 +ndc_cmd=ndc +forwardzonefilename_format=ZONE.hosts +reversezonefilename_format=ZONE.rev +rev_must=0 +ipv6_mode=1 +allow_underscore=1 +by_view=0 +confirm_zone=1 +confirm_rec=0 +no_chroot=0 +relative_paths=0 +rndc_cmd=rndc +pid_file=/var/run/named/named.pid +zones_file=/etc/bind/named.conf.local +master_dir=/var/lib/bind +slave_dir=/var/lib/bind +no_pid_chroot=0 +soa_start=0 +rndc_conf=/etc/bind/rndc.conf +rndcconf_cmd=rndc-confgen +largezones=0 +checkzone=named-checkzone +keygen=dnssec-keygen +signzone=dnssec-signzone +checkconf=named-checkconf +other_slaves=1 +force_random=0 +spf_record=0 +dnssec_info=1 +start_cmd=systemctl start named.service +stop_cmd=systemctl stop named.service +restart_cmd=systemctl reload named.service +dnssec_period=21