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/Interface/IBackend.cs')
-rw-r--r--Duplicati/Library/Interface/IBackend.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Duplicati/Library/Interface/IBackend.cs b/Duplicati/Library/Interface/IBackend.cs
index 709006e54..ba9571e6f 100644
--- a/Duplicati/Library/Interface/IBackend.cs
+++ b/Duplicati/Library/Interface/IBackend.cs
@@ -82,9 +82,9 @@ namespace Duplicati.Library.Interface
string Description { get; }
/// <summary>
- /// The DNS name used to resolve the IP address for this backend
+ /// The DNS names used to resolve the IP addresses for this backend
/// </summary>
- string DNSName { get; }
+ string[] DNSName { get; }
/// <summary>
/// The purpose of this method is to test the connection to the remote backend.