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
```

View File

@@ -1,3 +1,4 @@
// Any comment. You must start the file with a single-line comment! // Any comment. You must start the file with a single-line comment!
pref("general.config.filename", "mozilla.cfg"); pref("general.config.filename", "mozilla.cfg");
pref("general.config.obscure_value", 0); pref("general.config.obscure_value", 0);
user_pref("torbrowser.settings.quickstart.enabled", true);

View File

@@ -13,6 +13,6 @@ fi
echo "Starting Tor browser" echo "Starting Tor browser"
cd /app cd /app
./Browser/start-tor-browser --detach https://waitingroom.interdiscount.ch/de/sbb-halbtax ./Browser/start-tor-browser https://waitingroom.interdiscount.ch/de/sbb-halbtax
echo "Tor browser exited" echo "Tor browser exited"