├── LICENSE ├── README.md ├── dump ├── tor.sh └── torrc /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ndren/redbean-onionshare/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ndren/redbean-onionshare/HEAD/README.md -------------------------------------------------------------------------------- /dump: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ndren/redbean-onionshare/HEAD/dump -------------------------------------------------------------------------------- /tor.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | tor -f ./torrc 3 | -------------------------------------------------------------------------------- /torrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ndren/redbean-onionshare/HEAD/torrc --------------------------------------------------------------------------------