Add HTTPS_BIND
This commit is contained in:
		@@ -43,11 +43,19 @@ DBPASS=$(</dev/urandom tr -dc A-Za-z0-9 | head -c 28)
 | 
				
			|||||||
DBROOT=$(</dev/urandom tr -dc A-Za-z0-9 | head -c 28)
 | 
					DBROOT=$(</dev/urandom tr -dc A-Za-z0-9 | head -c 28)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# ------------------------------
 | 
					# ------------------------------
 | 
				
			||||||
# Misc configuration
 | 
					# HTTPS Bindings
 | 
				
			||||||
 | 
					# ------------------------------
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					HTTPS_PORT=443
 | 
				
			||||||
 | 
					HTTPS_BIND=0.0.0.0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# ------------------------------
 | 
				
			||||||
 | 
					# Other bindings
 | 
				
			||||||
# ------------------------------
 | 
					# ------------------------------
 | 
				
			||||||
# You should leave that alone
 | 
					# You should leave that alone
 | 
				
			||||||
# Can also be 11.22.33.44:25 or 0.0.0.0:465 etc. for specific bindings
 | 
					# Format: 11.22.33.44:25 or 0.0.0.0:465 etc.
 | 
				
			||||||
HTTPS_PORT=443
 | 
					# Do _not_ use IP:PORT in HTTPS_BIND or HTTPS_PORT
 | 
				
			||||||
 | 
					
 | 
				
			||||||
SMTP_PORT=25
 | 
					SMTP_PORT=25
 | 
				
			||||||
SMTPS_PORT=465
 | 
					SMTPS_PORT=465
 | 
				
			||||||
SUBMISSION_PORT=587
 | 
					SUBMISSION_PORT=587
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user