Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE REQUEST] add morre hs options #50

Open
nyxnor opened this issue Feb 11, 2022 · 1 comment
Open

[FEATURE REQUEST] add morre hs options #50

nyxnor opened this issue Feb 11, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@nyxnor
Copy link
Owner

nyxnor commented Feb 11, 2022

Is your feature request related to a problem? Please describe.

These options were not included before because they are non essential and common users don't need. It is only necessary for high traffic onion services.

https://2019.www.torproject.org/docs/tor-manual-dev.html.en

  • HiddenServiceExportCircuitID
  • HiddenServiceMaxStreams N
  • HiddenServiceMaxStreamsCloseCircuit 0|1
  • HiddenServiceNumIntroductionPoints NUM

Discarded HiddenServiceNonAnonymousMode and HiddenServiceSingleHopMode because I don't like it.

Describe the solution you'd like

  • HiddenServiceExportCircuitID: only one protocol, wont have an argument, if option is set, use it.
  • HiddenServiceMaxStreams: requires the number of maximum streams
  • HiddenServiceMaxStreamsCloseCircuit: depends on max streams, and if setting max streams, than of course you want to close circuits after reaching it, or I guess, I don't have access to a high traffic service.
  • HiddenServiceNumIntroductionPoints: requires integer, from 3 to 20.

Describe alternatives you've considered

Additional context

@nyxnor nyxnor added the enhancement New feature or request label Feb 11, 2022
@nyxnor
Copy link
Owner Author

nyxnor commented Aug 22, 2022

New EnableDoS options released recently, best to check everything with:

tor \
-f /etc/tor/torrc \
--defaults-torrc /usr/share/tor/tor-service-defaults-torrc \
--list-torrc-options \
| grep HiddenService

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant