Stopping tor daemon... [ OK ]
stopped.
Raising maximum number of filedescriptors (ulimit -n) to 32768.
Starting Tor...
Starting tor daemon... Oct 18 08:22:43.475 [warn] This copy of Tor was compiled to run in a non-anonymous mode. It will provide NO ANONYMITY.
Oct 18 08:22:43.479 [warn] CircuitBuildTimeout is shorter (0 seconds) than recommended (10 seconds), and LearnCircuitBuildTimeout is disabled. If tor isn't working, raise this value or enable LearnCircuitBuildTimeout.
[ OK ]
started.
Starting Tor2web...
started.
[ OK ]
Check if blocklist_hashed has been modified (adding the hash of the .onion to be blocked)
Hi,
i was going to add a .onion site to the blocklist but i found that:
It seems that the loading does not work properly.
Here the procedure i followed:
Copy blocklist hashed to a backup file
root@tor2web:/home/tor2web/Tor2web-3.0/lists# cp blocklist_hashed.txt /tmp/
Edit blocklist cleartext and add onion site
root@tor2web:/home/tor2web/Tor2web-3.0/lists# vim blocklist_cleartext.txt
Restart tor2web
root@tor2web:/home/tor2web/Tor2web-3.0/lists# /etc/init.d/tor2web restart
Check if blocklist_hashed has been modified (adding the hash of the .onion to be blocked)
root@tor2web:/home/tor2web/Tor2web-3.0/lists# diff blocklist_hashed.txt /tmp/blocklist_hashed.txt
As you can see it was not modified
Check if the .onion is still in the cleartext blocklist
root@tor2web:/home/tor2web/Tor2web-3.0/lists# cat blocklist_cleartext.txt root@tor2web:/home/tor2web/Tor2web-3.0/lists#
Those are the files in the directory: root@tor2web:/home/tor2web/Tor2web-3.0/lists# ls -la total 12 -rw-r--r-- 1 root root 0 2012-10-09 21:49 blocked_ua.txt -rw-r--r-- 1 root root 0 2012-10-09 21:49 exitnodelist.txt -rw-r--r-- 1 root root 1188 2012-10-15 14:28 blocklist_hashed.txt -rw-r--r-- 1 root root 0 2012-10-16 16:00 domains.txt -rw-r--r-- 1 root root 0 2012-10-18 08:22 blocklist_cleartext.txt
Now the block has been added manually to blocklist_hashed.txt .