This project is archived. Its data is
read-only
.
Changes
Page history
Apply conversion script to all *.md files.
authored
Jun 15, 2020
by
Alexander Hansen Færøy
Show whitespace changes
Inline
Side-by-side
doc/MultipleTorBrowsers.md
View page @
a1a4b621
Bash script to create multiple torbrowsers with different IPs given a folder with the default TorBrowser.
{{{
#!div style="font-size: 80%"
```
Code highlighting:
{{{#!bash
#!/bin/bash
...
...
@@ -52,5 +51,5 @@ do
sed -i "s/SocksPort 9150/SocksPort $SOCKS_PORT/g" $TORRC
sed -i "s/ControlPort 9151/ControlPort $CONTROL_PORT/g" $TORRC
done
}}}
```
}}}
\ No newline at end of file