make tor autoconnect

This commit is contained in:
aaron
2021-11-23 14:33:19 +01:00
parent e3b588bc80
commit 6c9d0377f2
3 changed files with 11 additions and 1 deletions

9
README.md Normal file
View File

@@ -0,0 +1,9 @@
# dockerized interdiscount test
```bash
$ git clone $repo
$ docker build $repo -t lasttest
for i in 1..1000:
docker run -d -p 5800 lasttest
```