mirror of
				https://github.com/casjaysdevdocker/bind
				synced 2025-11-04 07:02:23 -05:00 
			
		
		
		
	🗃️ Committing everything that changed 🗃️
rootfs/tmp/etc/bind/named.conf rootfs/usr/local/etc/docker/init.d/03-php-fpm.sh
This commit is contained in:
		@@ -6,9 +6,6 @@ key "rndc-key" { algorithm hmac-sha256; secret "REPLACE_KEY_RNDC"; };
 | 
				
			|||||||
key "backup-key" { algorithm hmac-sha256; secret "MKEQ/REPLACE_KEY_BACKUP"; };
 | 
					key "backup-key" { algorithm hmac-sha256; secret "MKEQ/REPLACE_KEY_BACKUP"; };
 | 
				
			||||||
key "certbot." { algorithm hmac-sha512; secret "REPLACE_KEY_CERTBOT"; };
 | 
					key "certbot." { algorithm hmac-sha512; secret "REPLACE_KEY_CERTBOT"; };
 | 
				
			||||||
#####################################################################
 | 
					#####################################################################
 | 
				
			||||||
# rndc settings
 | 
					 | 
				
			||||||
controls { inet 127.0.0.1 allow { trusted; } keys { "rndc-key"; }; };
 | 
					 | 
				
			||||||
#####################################################################
 | 
					 | 
				
			||||||
# access settings
 | 
					# access settings
 | 
				
			||||||
acl "all" { 0.0.0.0/0; ::/0; };
 | 
					acl "all" { 0.0.0.0/0; ::/0; };
 | 
				
			||||||
acl "secondary" { REPLACE_DNS_SERVER_SECONDARY; };
 | 
					acl "secondary" { REPLACE_DNS_SERVER_SECONDARY; };
 | 
				
			||||||
@@ -17,6 +14,9 @@ acl "updates" { key "dhcp-key"; key "certbot."; };
 | 
				
			|||||||
acl "transfers" {key "dhcp-key"; key "certbot."; key "backup-key"; secondary; };
 | 
					acl "transfers" {key "dhcp-key"; key "certbot."; key "backup-key"; secondary; };
 | 
				
			||||||
acl "forward" { 1.1.1.1; 8.8.8.8; 4.4.4.4; };
 | 
					acl "forward" { 1.1.1.1; 8.8.8.8; 4.4.4.4; };
 | 
				
			||||||
#####################################################################
 | 
					#####################################################################
 | 
				
			||||||
 | 
					# rndc settings
 | 
				
			||||||
 | 
					controls { inet 127.0.0.1 allow { trusted; } keys { "rndc-key"; }; };
 | 
				
			||||||
 | 
					#####################################################################
 | 
				
			||||||
options {
 | 
					options {
 | 
				
			||||||
  version "9";
 | 
					  version "9";
 | 
				
			||||||
  listen-on { any; };
 | 
					  listen-on { any; };
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -114,9 +114,9 @@ SERVICE_UID="0" # set the user id
 | 
				
			|||||||
SERVICE_GID="0" # set the group id
 | 
					SERVICE_GID="0" # set the group id
 | 
				
			||||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
					# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
				
			||||||
# execute command variables - keep single quotes variables will be expanded later
 | 
					# execute command variables - keep single quotes variables will be expanded later
 | 
				
			||||||
EXEC_CMD_BIN='php-fpm'                                                            # command to execute
 | 
					EXEC_CMD_BIN='php-fpm'                                                    # command to execute
 | 
				
			||||||
EXEC_CMD_ARGS='--allow-to-run-as-root --fpm-config $ETC_DIR/php-fpm/php-fpm.conf' # command arguments
 | 
					EXEC_CMD_ARGS='--allow-to-run-as-root --fpm-config $ETC_DIR/php-fpm.conf' # command arguments
 | 
				
			||||||
EXEC_PRE_SCRIPT=''                                                                # execute script before
 | 
					EXEC_PRE_SCRIPT=''                                                        # execute script before
 | 
				
			||||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
					# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
				
			||||||
# Is this service a web server
 | 
					# Is this service a web server
 | 
				
			||||||
IS_WEB_SERVER="no"
 | 
					IS_WEB_SERVER="no"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user