mirror of
				https://github.com/casjaysdevdocker/bind
				synced 2025-11-04 07:02:23 -05:00 
			
		
		
		
	🗃️ Update codebase 🗃️
rootfs/usr/local/etc/docker/init.d/02-named.sh
This commit is contained in:
		@@ -348,7 +348,7 @@ zone "$HOSTNAME" {
 | 
				
			|||||||
    notify yes;
 | 
					    notify yes;
 | 
				
			||||||
    allow-transfer { any; key "backup-key"; trusted; };
 | 
					    allow-transfer { any; key "backup-key"; trusted; };
 | 
				
			||||||
    allow-update {key "certbot."; key "dhcp-key"; trusted; };
 | 
					    allow-update {key "certbot."; key "dhcp-key"; trusted; };
 | 
				
			||||||
    file "$VAR_DIR/primary/$file_name";
 | 
					    file "$file_name";
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
#  ********** end $HOSTNAME **********
 | 
					#  ********** end $HOSTNAME **********
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user