42 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			42 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html>
 | |
|   <head>
 | |
| 
 | |
|     <title>FJLA Gateway</title>
 | |
| 
 | |
|     <meta charset="UTF-8"/>
 | |
|     <meta name="description" content="FJLA Gateway"/>
 | |
|     <meta name="viewport" content="width=device-width, initial=scale=1.0">
 | |
| 
 | |
|     <link rel="stylesheet" type="text/css" href="./stylesheets/fonts.css"/>
 | |
|     <link rel="stylesheet" type="text/css" href="./stylesheets/style.css"/>
 | |
|     <script src="./scripts/iconactions.js"></script>
 | |
| 
 | |
|   </head>
 | |
| 
 | |
|   <body>
 | |
|     <h1 class="pagetitle">FJLA Gateway</h1>
 | |
|     <h2 Class="pagesubtitle">Faults</h2>
 | |
| 
 | |
|     <div class="gatecontainer">
 | |
| 
 | |
|       <div onclick="" class="paracontainer">
 | |
|         <div class="icontext">
 | |
|           <h1 class="gatetitle">DNS Fault</h1>
 | |
|           <h2 class="gatesubtitle">
 | |
|             <b>16/07/22, 09:00</b>
 | |
|             <br>
 | |
|             <br>
 | |
|             A DNS Fault is causing issues when accessing services from the local network and from VPN devices.
 | |
|             There is no issue connecting to services from the internet and remote locations.
 | |
|             <br>
 | |
|             <br>
 | |
|             Resolved: 16/06/22, 19:23
 | |
|             <br>
 | |
|             There may be a delay before the fix works on all devices due to propagation times.
 | |
|           </h2>
 | |
|         </div>
 | |
|       </div>
 | |
| 
 | |
|     </div>
 |