summary refs log blame commit diff
path: root/named.conf.mydomains
blob: 744041b3822e11126e0d8b9fcd9be061e42bdd5f (plain) (tree)
1
2
3
4
5
6
7
8
9
             

                           


                                


                                                         

                                







                                                                     

                                




                                                                   


                                                  

                                




                                                              


                                                      

                                







                                                                  

                                

                                                               
                                           





                                                               

                                







                                                                           

                                




                                                                    









                                                                            


                                                   

                                




                                                               









                                                                      









                                                                   
// my domains
include "/etc/bind/pi.key";

acl ns2 { 167.114.154.31; };
masters ns2 { 167.114.154.31; };

zone "benharri.com" {
	type master;
	file "/etc/bind/zones/mydomains/db.benharri.com";
	allow-transfer { ns2; };
	also-notify { ns2; };
	update-policy {
		grant certbot name _acme-challenge.benharri.com. txt;
	};
};

zone "benharr.is" {
	type master;
	file "/etc/bind/zones/mydomains/db.benharr.is";
	allow-transfer { ns2; };
	also-notify { ns2; };
	update-policy {
		grant certbot name _acme-challenge.benharr.is. txt;
	};
};

zone "ben.o" {
	type master;
	file "/etc/bind/zones/mydomains/db.ben.o";
	allow-transfer { ns2; };
	also-notify { ns2; };
	update-policy {
		grant certbot name _acme-challenge.ben.o. txt;
	};
};

zone "benhh.com" {
	type master;
	file "/etc/bind/zones/mydomains/db.benhh.com";
	allow-transfer { ns2; };
	also-notify { ns2; };
	update-policy {
		grant certbot name _acme-challenge.benhh.com. txt;
	};
};

zone "bhh.sh" {
	type master;
	file "/etc/bind/zones/mydomains/db.bhh.sh";
	allow-transfer { ns2; };
	also-notify { ns2; };
	update-policy {
		grant certbot name _acme-challenge.bhh.sh. txt;
		grant pi name pi.bhh.sh. A;
	};
};

zone "esthersedibles.net" {
	type master;
	file "/etc/bind/zones/mydomains/db.esthersedibles.net";
	allow-transfer { ns2; };
	also-notify { ns2; };
	update-policy {
		grant certbot name _acme-challenge.esthersedibles.net. txt;
	};
};

zone "harris.team" {
	type master;
	file "/etc/bind/zones/mydomains/db.harris.team";
	allow-transfer { ns2; };
	also-notify { ns2; };
	update-policy {
		grant certbot name _acme-challenge.harris.team. txt;
	};
};

zone "harriswoodworks.net" {
	type master;
	file "/etc/bind/zones/mydomains/db.harriswoodworks.net";
	allow-transfer { ns2; };
	also-notify { ns2; };
	update-policy {
		grant certbot name _acme-challenge.harriswoodworks.net. txt;
	};
};

zone "hmm.st" {
	type master;
	file "/etc/bind/zones/mydomains/db.hmm.st";
	allow-transfer { ns2; };
	also-notify { ns2; };
	update-policy {
		grant certbot name _acme-challenge.hmm.st. txt;
	};
};

zone "irctokens.org" {
	type master;
	file "/etc/bind/zones/mydomains/db.irctokens.org";
	allow-transfer { ns2; };
	also-notify { ns2; };
	update-policy {
		grant certbot name _acme-challenge.irctokens.org. txt;
	};
};

zone "ittwsd.org" {
	type master;
	file "/etc/bind/zones/mydomains/db.ittwsd.org";
	allow-transfer { ns2; };
	also-notify { ns2; };
	update-policy {
		grant certbot name _acme-challenge.ittwsd.org. txt;
	};
};