From 8d315b7fa95e409e43ddbde65770fb2759faa092 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Sun, 13 Nov 2011 22:03:13 +0000 Subject: [PATCH] listener: point to a DNS record instead of an IP address --- SparkleLib/SparkleListenerBase.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SparkleLib/SparkleListenerBase.cs b/SparkleLib/SparkleListenerBase.cs index 4ef34a4d..bba5b171 100755 --- a/SparkleLib/SparkleListenerBase.cs +++ b/SparkleLib/SparkleListenerBase.cs @@ -52,7 +52,7 @@ namespace SparkleLib { // don't have your own. All data needed to connect is hashed and // we don't store any personal information ever - uri = "tcp://204.62.14.135:1986"; // TODO: announcements.sparkleshare.org + uri = "tcp://notifications.sparkleshare.org:1986"; } Uri announce_uri = new Uri (uri);