Coder Social home page Coder Social logo

Comments (4)

radio24 avatar radio24 commented on July 19, 2024

Until yet, TorBox doesn't support hidden services.

from torbox.

 avatar commented on July 19, 2024

Until yet, TorBox doesn't support hidden services.

you mean that i will make records in torrc like:

HiddenServiceDir /var/lib/tor/hidden_service/ 
HiddenServicePort 80 127.0.0.1:80

hidden service will not work? because i do this, and hidden service worked, but, i want to import my hidden services, all devices connected to torbox lost internet connection after cp -R tor /var/lib/tor/ with my hidden services.

from torbox.

radio24 avatar radio24 commented on July 19, 2024

No, I mean that I didn't look into Hidden Services yet.

Probably, with your command, you created /var/lib/tor/tor. I don't think that's right and because ofHiddenServiceDir /var/lib/tor/hidden_service/ in torrc that could block tor from starting up. You may try cp -R hidden_service /var/lib/tor/. Another problem could be that the owner of the directory hidden_service and all its folders/files are wrong. It should be debian-tor:debian-tor. You may try the following commands after copying the folder:

chown -R debian-tor:debian-tor /var/lib/tor/hidden-service/
chmod -R 0700 /var/lib/tor/hidden_service/

from torbox.

 avatar commented on July 19, 2024

worked, thanks

from torbox.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.