blob: 169dbafded850eb0be3e5c164696f915e949339c (
about) (
plain)
1
2
3
4
5
6
7
8
|
#!/bin/bash
export PATH=../tor/src/or:../tor/src/tools/:$PATH
./chutney stop networks/hidden-service
rm -rf net/nodes
./chutney configure networks/hidden-service
./chutney start networks/hidden-service
|