[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [tor-bugs] #1307 [Tor]: Hosting many hidden services causes many errors and takes hours to start up
#1307: Hosting many hidden services causes many errors and takes hours to start up
-----------------------+----------------------------------------------------
Reporter: marked | Owner: rransom
Type: defect | Status: assigned
Priority: minor | Milestone: Tor: unspecified
Component: Tor | Version: 0.2.1.24
Resolution: None | Keywords: hidden services tor server bootstrap tor-hs
Parent: | Points:
Actualpoints: |
-----------------------+----------------------------------------------------
Comment(by cypherpunks):
This is horo. I rewrite phobos script:
{{{
#!/bin/bash
#
# Create a ton of hidden services in a tor config
# BSD 3-Clause license, Copyright 2010 The Tor Project, Inc.
#
echo "SocksPort 0" >> torrc-test
echo "Log debug file /home/amnesia/tor/debugtor.log" >> torrc-test
echo "SafeLogging 0" >> torrc-test
for i in {10000..12000}
do
echo "HiddenServiceDir /home/amnesia/tor2/hidserv/$i" >> torrc-
test
echo "HiddenServicePort $i 127.0.0.1:$i" >> torrc-test
done
}}}
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/1307#comment:19>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs