Skip to content
Snippets Groups Projects
  1. Apr 22, 2020
  2. Apr 19, 2020
    • Simone Basso's avatar
      ndt7 and dash can run over psiphon (#532) · a91bf6e4
      Simone Basso authored
      The design is that we have a tunnel managed by the session. We may ask the
      session to possibly start a tunnel, provided that one is configured.
      
      If no tunnel is configured, nothing actually happens. Otherwise, we get
      a proxy (similar to when `--proxy` is used) that we use.
      
      The psiphon experiment now needs refactoring to use this tunnel.
      
      Part of https://github.com/ooni/probe-engine/issues/506.
      a91bf6e4
    • Simone Basso's avatar
      Rework code that manages proxying (#531) · 5236d4bd
      Simone Basso authored
      The rationale of this change is the following:
      
      1. honouring `HTTP_PROX`Y is increasingly weird when we have HTTP and non-HTTP pieces of code
      
      2. so, let's instead introduce a concept of explicit proxy at SOCKS5 level
      
      3. if we have a concept of explicit proxy, then use it for everything, to honour the user wishes
      
      4. then we don't need a transport without proxy anymore
      
      Part of https://github.com/ooni/probe-engine/issues/506
      5236d4bd
  3. Apr 18, 2020
  4. Apr 17, 2020
  5. Apr 16, 2020
  6. Apr 15, 2020
  7. Apr 14, 2020
  8. Apr 10, 2020
  9. Apr 09, 2020
  10. Apr 08, 2020
  11. Apr 06, 2020
  12. Apr 05, 2020
Loading