mirror of https://gitlab.com/curben/blog
				
				
				
			post(log4shell): service unit needs to be unmasked
before starting it
This commit is contained in:
		
							parent
							
								
									6921550557
								
							
						
					
					
						commit
						13cb4353a2
					
				| 
						 | 
					@ -108,9 +108,10 @@ sudo -e /etc/hosts
 | 
				
			||||||
 | 
					
 | 
				
			||||||
The last step before we start the service is to configure the firewall to allow inbound DNS traffic. I recommend not to allow all IP (0.0.0.0, ::0), otherwise you'll get unwanted traffic. In EC2, that means the attached security group.
 | 
					The last step before we start the service is to configure the firewall to allow inbound DNS traffic. I recommend not to allow all IP (0.0.0.0, ::0), otherwise you'll get unwanted traffic. In EC2, that means the attached security group.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
After we configure the firewall, we can proceed to start Unbound.
 | 
					After we configure the firewall, we can proceed to unmask and start the DNS server.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					systemctl unmask unbound
 | 
				
			||||||
systemctl enable --now unbound
 | 
					systemctl enable --now unbound
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue