Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Tor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
Core
Tor
Commits
e6d84ac0
Commit
e6d84ac0
authored
8 years ago
by
Nick Mathewson
Browse files
Options
Downloads
Plain Diff
Merge branch 'maint-0.2.9'
parents
68a27dad
9248466f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
changes/bug20487
+4
-0
4 additions, 0 deletions
changes/bug20487
doc/tor.1.txt
+3
-1
3 additions, 1 deletion
doc/tor.1.txt
with
7 additions
and
1 deletion
changes/bug20487
0 → 100644
+
4
−
0
View file @
e6d84ac0
o Documentation:
- Clarify that setting HiddenServiceNonAnonymousMode requires
you to also set "SOCKSPort 0". Fixes bug 20487; bugfix on
0.2.9.3-alpha.
This diff is collapsed.
Click to expand it.
doc/tor.1.txt
+
3
−
1
View file @
e6d84ac0
...
...
@@ -2434,7 +2434,9 @@ The following options are used to configure a hidden service.
[[HiddenServiceNonAnonymousMode]] **HiddenServiceNonAnonymousMode** **0**|**1**::
Makes hidden services non-anonymous on this tor instance. Allows the
non-anonymous HiddenServiceSingleHopMode. Enables direct connections in the
server-side hidden service protocol.
server-side hidden service protocol. If you are using this option,
you need to disable all client-side services on your Tor instance,
including setting SOCKSPort to "0".
(Default: 0)
TESTING NETWORK OPTIONS
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment