make tor autoconnect
This commit is contained in:
9
README.md
Normal file
9
README.md
Normal 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
|
||||||
|
```
|
||||||
@@ -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);
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user