Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Duplicati/Library/Backend/Sia/Sia.cs')
-rw-r--r--Duplicati/Library/Backend/Sia/Sia.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Duplicati/Library/Backend/Sia/Sia.cs b/Duplicati/Library/Backend/Sia/Sia.cs
index ae9c33fe7..c573de452 100644
--- a/Duplicati/Library/Backend/Sia/Sia.cs
+++ b/Duplicati/Library/Backend/Sia/Sia.cs
@@ -440,9 +440,9 @@ namespace Duplicati.Library.Backend.Sia
}
}
- public string DNSName
+ public string[] DNSName
{
- get { return null; }
+ get { return new string[] { new System.Uri(m_apihost).Host }; }
}
#endregion