From 8b6a5cffac7e917113c4b7cf432c97c93c0d118d Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Tue, 1 Dec 2020 12:38:55 +0100
Subject: [PATCH] Added domain name to OPC-UA server, to allow to connect over
 VPN.

---
 CDB/LOFAR_ConfigDb.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CDB/LOFAR_ConfigDb.json b/CDB/LOFAR_ConfigDb.json
index 45fa140dc..1ec0be353 100644
--- a/CDB/LOFAR_ConfigDb.json
+++ b/CDB/LOFAR_ConfigDb.json
@@ -106,7 +106,7 @@
                         },
                         "properties": {
                             "OPC_Server_Name": [
-                                "despi"
+                                "despi.astron.nl"
                             ],
                             "OPC_Server_Port": [
                                 "4842"
-- 
GitLab