Skip to content
Snippets Groups Projects
  1. Jul 29, 2014
  2. Jul 28, 2014
  3. Jul 24, 2014
  4. Jul 10, 2014
  5. Jul 04, 2014
  6. Jul 03, 2014
  7. Jul 02, 2014
  8. Jun 27, 2014
  9. Jun 06, 2014
    • Quinn Jarrell's avatar
      Modified pt_launch_pair into pt_launch_chain. The new method of chaining... · 2b7a86b3
      Quinn Jarrell authored
      Modified pt_launch_pair into pt_launch_chain. The new method of chaining starts with the last socks server pointing to the last pt with the destination being the bridge server. Then the middle pts are chained in reverse order. Finally the first socks server is started at the callback port and links to the second pt. The helper function pt_setup_socks_proxy takes care of setting up a specific SOCKS server.
      2b7a86b3
  10. Jun 04, 2014
  11. Jun 02, 2014
  12. May 19, 2014
  13. May 08, 2014
  14. Feb 11, 2014
  15. Dec 17, 2013
  16. Dec 16, 2013
  17. Dec 04, 2013
  18. Nov 01, 2013
  19. Oct 29, 2013
  20. Oct 23, 2013
  21. Oct 21, 2013
  22. Oct 14, 2013
    • David Fifield's avatar
      Change the server method name from obfs3_flash to obfs3_websocket. · 1c6aa9ac
      David Fifield authored
      As with the client side, this looks like a mechanical transformation of
      "obfs3|websocket" to "obfs3_websocket".
      
      The situations with and without the obfs3 layer are parallel.
      Without:
      	client: flashproxy
      	server: websocket
      With:
      	client: obfs3_flashproxy
      	server: obfs3_websocket
      1c6aa9ac
    • David Fifield's avatar
      Change the client method name from obfs3_flash to obfs3_flashproxy. · 4f63923b
      David Fifield authored
      "flashproxy" is one of the names recognized by flashproxy-client. The
      other is "websocket". Since method names aren't allowed to contain a '|'
      (#9580), this at least looks like a mechanical conversion from
      obfs3|flashproxy to obfs3_flashproxy.
      
      The transport list that you register with; i.e. the --transport option
      to flashproxy-client and friends, is still "obfs3|websocket". That's
      because the facilitator actually parses this string, and proxies use the
      last part to decide how they will connect to you.
      4f63923b
Loading