[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [obfs-flash/master] Dome of how to set ServerTransportOptions.
commit a5bb87f651674eddf440d896564060835dc79a75
Author: David Fifield <david@xxxxxxxxxxxxxxx>
Date: Mon Dec 16 16:49:06 2013 -0800
Dome of how to set ServerTransportOptions.
---
obfs-flash-server.go | 2 ++
1 file changed, 2 insertions(+)
diff --git a/obfs-flash-server.go b/obfs-flash-server.go
index d186df7..76ef4d4 100644
--- a/obfs-flash-server.go
+++ b/obfs-flash-server.go
@@ -442,6 +442,8 @@ func getConfiguration() (conf *Configuration) {
conf.Options = make(map[string]pt.Args)
conf.Transports["obfs3"] = []string{"obfsproxy", "managed"}
conf.Transports["websocket"] = []string{"websocket-server"}
+ // conf.Options["obfs3"] = make(pt.Args)
+ // conf.Options["obfs3"]["secret"] = []string{"foo"}
conf.Aliases["obfs3_websocket"] = "obfs3|websocket"
return conf
}
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits