[tor-commits] [flashproxy/master] Use a host name instead of an IP address for the facilitator.

dcf at torproject.org dcf at torproject.org
Fri Jun 10 13:59:53 UTC 2011


commit 972030b0b5902dea425adcd6c2c13a5d979dd6ba
Author: David Fifield <david at bamsoftware.com>
Date:   Fri Jun 10 02:44:57 2011 -0700

    Use a host name instead of an IP address for the facilitator.
---
 swfcat.as |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/swfcat.as b/swfcat.as
index 130b061..34983ce 100644
--- a/swfcat.as
+++ b/swfcat.as
@@ -25,7 +25,7 @@ package
             port: 9001
         };
         private const DEFAULT_FACILITATOR_ADDR:Object = {
-            host: "173.255.221.44",
+            host: "tor-facilitator.bamsoftware.com",
             port: 9002
         };
 





More information about the tor-commits mailing list