[tor-commits] [flashproxy/master] FP_FACILITATOR can contain a base path too
infinity0 at torproject.org
infinity0 at torproject.org
Thu Nov 21 13:18:47 UTC 2013
commit 134e55a2337be2e51b3b68becb21c8b8678e9769
Author: Ximin Luo <infinity0 at gmx.com>
Date: Mon Nov 18 15:17:14 2013 +0000
FP_FACILITATOR can contain a base path too
---
facilitator/appengine/config.go | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/facilitator/appengine/config.go b/facilitator/appengine/config.go
index 17098b5..0f2ffb1 100644
--- a/facilitator/appengine/config.go
+++ b/facilitator/appengine/config.go
@@ -1,5 +1,6 @@
package fp_reg
-// host[:port] of the facilitator you want to register with
-// for example, fp-facilitator.org
+// host:port/basepath of the facilitator you want to register with
+// for example, fp-facilitator.org or example.com:12345/facilitator
+// https:// and /reg/ will be prepended and appended respectively.
const FP_FACILITATOR = ""
More information about the tor-commits
mailing list