ooni-probe-cli/internal/ptx
Simone Basso 18a9523496
feat(miniooni): implement torsf tunnel (#921)
This diff adds to miniooni support for using the torsf tunnel. Such a
tunnel consists of a snowflake pluggable transport in front of a custom
instance of tor and requires tor to be installed.

The usage is like:

```
./miniooni --tunnel=torsf [...]
```

The default snowflake rendezvous method is "domain_fronting". You can
select the AMP cache instead using "amp":

```
./miniooni --snowflake-rendezvous=amp --tunnel=torsf [...]
```

Part of https://github.com/ooni/probe/issues/1955
2022-10-03 16:52:20 +02:00
..
testdata feat: introduce ptx package for pluggable transports dialers (#373) 2021-06-14 10:20:54 +02:00
doc.go feat: introduce ptx package for pluggable transports dialers (#373) 2021-06-14 10:20:54 +02:00
fake_test.go feat: introduce ptx package for pluggable transports dialers (#373) 2021-06-14 10:20:54 +02:00
fake.go feat: introduce ptx package for pluggable transports dialers (#373) 2021-06-14 10:20:54 +02:00
obfs4_test.go feat(torsf): collect tor logs, select rendezvous method, count bytes (#683) 2022-02-07 17:05:36 +01:00
obfs4.go feat(torsf): collect tor logs, select rendezvous method, count bytes (#683) 2022-02-07 17:05:36 +01:00
ptx_test.go feat(miniooni): implement torsf tunnel (#921) 2022-10-03 16:52:20 +02:00
ptx.go feat(miniooni): implement torsf tunnel (#921) 2022-10-03 16:52:20 +02:00
snowflake_test.go feat(torsf): collect tor logs, select rendezvous method, count bytes (#683) 2022-02-07 17:05:36 +01:00
snowflake.go feat(torsf): collect tor logs, select rendezvous method, count bytes (#683) 2022-02-07 17:05:36 +01:00