listener: point to a DNS record instead of an IP address

This commit is contained in:
Hylke Bons 2011-11-13 22:03:13 +00:00
parent 4869dd1e3a
commit 8d315b7fa9

View file

@ -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);