
10 Jun
2011
10 Jun
'11
1:59 p.m.
commit 972030b0b5902dea425adcd6c2c13a5d979dd6ba Author: David Fifield <david@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 };